Skip to content

Commit

Permalink
configure automerge for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
cedi committed Apr 3, 2024
1 parent 78e8877 commit 38f5b1e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,20 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": [
"patch",
"bump",
"minor"
],
"automerge": true
},
{
"matchUpdateTypes": ["major"],
"automerge": false,
"labels": ["update/major"]
}
]
}

0 comments on commit 38f5b1e

Please sign in to comment.