Skip to content

Commit

Permalink
Make renovate support opentofu too
Browse files Browse the repository at this point in the history
  • Loading branch information
avnes committed Aug 12, 2024
1 parent d975394 commit 406f8f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"branchPrefix": "feature/renovate/",
"terraform": {
"fileMatch": [
"\\.tf$",
"\\.tofu$"
]
},
"packageRules": [
{
"matchUpdateTypes": [
Expand Down

0 comments on commit 406f8f5

Please sign in to comment.