Skip to content

Commit

Permalink
Change automerge strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Jul 17, 2024
1 parent 90613ca commit aa73201
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
"extends": [
"config:base"
],
"automergeStrategy": "merge-commit",
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
Expand Down

0 comments on commit aa73201

Please sign in to comment.