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 8, 2024
1 parent 530ec4a commit b219405
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@
],
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": [
"patch",
"bump",
"minor"
],
"automerge": true
"automerge": true,
"automergeType": "branch"
},
{
"matchUpdateTypes": ["major"],
"automerge": false,
"labels": ["update/major"]
"labels": ["update/major"],
"assignees": ["cedi"]
}
]
}

0 comments on commit b219405

Please sign in to comment.