Skip to content

Commit

Permalink
fix(ci): tell renovate to auto merge pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhertz committed Jul 17, 2024
1 parent 8651274 commit a6e0b3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
"automerge": true,
"automergeType": "branch",
"automergeStrategy": "merge"
}
]
}

0 comments on commit a6e0b3f

Please sign in to comment.