Skip to content

Commit

Permalink
chore: renovate enable automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Oct 1, 2024
1 parent 5c64c52 commit 792f0c1
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,22 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
}
],
"automerge": true,
"major": {
"automerge": false
},
"automergeType": "pr-comment",
"automergeComment": "bors: r+",
"prConcurrentLimit": 0
}

0 comments on commit 792f0c1

Please sign in to comment.