Skip to content

Commit

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

0 comments on commit 1498bd3

Please sign in to comment.