Skip to content

Commit

Permalink
chore: enable renovate automerges
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson committed Oct 19, 2023
1 parent d9bbd21 commit 84ad3cd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,25 @@
"gomodMassage"
],
"packageRules": [
{
"matchPackageNames": ["k8s.io/client-go"],
"allowedVersions": "!/1\\.(4\\.0|5\\.0|5\\.1|5\\.2)$/"
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchManagers": ["gomod"],
"addLabels": ["go"]
"addLabels": ["go"],
"automerge": true
},
{
"matchManagers": ["github-actions"],
"addLabels": ["github_actions"]
"addLabels": ["github_actions"],
"automerge": true
},
{
"matchManagers": ["dockerfile"],
"addLabels": ["docker"]
"addLabels": ["docker"],
"automerge": true
}
],
"regexManagers": [
Expand Down

0 comments on commit 84ad3cd

Please sign in to comment.