Skip to content

Commit

Permalink
renovate: group terraform updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweisse committed Oct 1, 2024
1 parent 6940cc6 commit f550e74
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@
"rollback",
],
},
{
// Group update of Terraform dependencies.
groupName: "Terraform dependencies",
matchManagers: [ "terraform" ],
matchUpdateTypes: [
"bump",
"digest",
"lockFileMaintenance",
"minor",
"patch",
"pin",
"pinDigest",
"rollback",
],
},
{
// Disable updating of locally-replaced dependencies.
matchPackageNames: [ "github.com/edgelesssys/contrast/node-installer" ],
Expand Down

0 comments on commit f550e74

Please sign in to comment.