Skip to content

Commit 1a48a8a

Browse files
authored
Add terraform path to renovate config (#2203)
Hopefully should let renovate pick up updates to our terraform providers
1 parent 658fe21 commit 1a48a8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
"matchFileNames": ["tools/**"],
5858
"groupName": "tools"
5959
},
60+
{
61+
"matchFileNames": ["deployment/terraform/**"],
62+
"groupName": "terraform"
63+
},
6064
{
6165
"matchFileNames": [".github/**"],
6266
"groupName": "workflows"

0 commit comments

Comments
 (0)