fix(renovate): fix automerge

This commit is contained in:
MedzikUser 2021-08-07 12:59:53 +02:00 committed by GitHub
parent 4c7daf9349
commit fc4e0a9bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -3,5 +3,11 @@
"config:base"
],
"automergeType": "pr",
"prCreation": "immediate"
"prCreation": "immediate",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}