Skip to content

Commit

Permalink
chore: renovate no comment merger
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Oct 5, 2024
1 parent e44cc27 commit ffeb58d
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,25 @@
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"matchDepTypes": [
"devDependencies"
],
"automerge": true
}
],
"automerge": true,
"automerge": true,
"major": {
"automerge": false
},
"automergeType": "pr-comment",
"automergeComment": "bors: r+",
"automergeStrategy": "squash",
"prConcurrentLimit": 0
"prConcurrentLimit": 0
}

0 comments on commit ffeb58d

Please sign in to comment.