Skip to content

Commit

Permalink
Allow terraform to autoupdate (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Nov 1, 2024
1 parent c65e302 commit d54aef9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate/default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
{
"description": "Automatically merge, minor and patch-level updates",
"automerge": true,
"matchManagers": ["dockerfile", "github-actions", "pre-commit"],
"matchManagers": [
"dockerfile",
"github-actions",
"pre-commit",
"terraform"
],
"matchUpdateTypes": ["digest", "minor", "patch"]
},
{
Expand Down

0 comments on commit d54aef9

Please sign in to comment.