Skip to content

Commit

Permalink
feat: change renovate merge strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
MrExplode committed Nov 16, 2024
1 parent 5e5368b commit efecb98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
"automerge": true,
"automergeType": "branch"
},
{
"groupName": "web tooling",
Expand Down

0 comments on commit efecb98

Please sign in to comment.