Skip to content

Commit

Permalink
Add terraform path to renovate config (#2203)
Browse files Browse the repository at this point in the history
Hopefully should let renovate pick up updates to our terraform providers
  • Loading branch information
michaelkedar authored May 13, 2024
1 parent 658fe21 commit 1a48a8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"matchFileNames": ["tools/**"],
"groupName": "tools"
},
{
"matchFileNames": ["deployment/terraform/**"],
"groupName": "terraform"
},
{
"matchFileNames": [".github/**"],
"groupName": "workflows"
Expand Down

0 comments on commit 1a48a8a

Please sign in to comment.