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