Skip to content

Commit

Permalink
Add renovate repository config
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Nov 16, 2024
1 parent cbabdb0 commit 239d540
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"allowedVersions": "<6.0",
"matchPackageNames": [
"hashicorp/google"
]
},
{
"allowedVersions": "<=1.5.0",
"matchPackageNames": [
"hashicorp/terraform"
]
}
]
}

0 comments on commit 239d540

Please sign in to comment.