Skip to content

Commit

Permalink
build: enable renovate automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 10, 2024
1 parent acda10a commit a5b06fc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 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",
"extends": [
"config:recommended"
"config:base"
],
"groupName": "all",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit a5b06fc

Please sign in to comment.