mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-03-29 10:56:54 +00:00
chore: always automerge Renovate (#118)
This commit is contained in:
parent
4def8cc795
commit
1ca81b5d17
1 changed files with 7 additions and 1 deletions
|
|
@ -3,7 +3,13 @@
|
|||
"extends": ["github>renovatebot/.github"],
|
||||
"assignees": ["maxbrunet"],
|
||||
"automergeType": "pr",
|
||||
"prCreation": "immediate",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["renovate"],
|
||||
"automerge": true,
|
||||
"separateMinorPatch": false
|
||||
}
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"description": "Update Renovate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue