Update renovate.json

This commit is contained in:
Oskar 2021-10-27 22:18:50 +02:00 committed by GitHub
parent 13766db3e1
commit 8ab4b94ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -2,11 +2,18 @@
"extends": [
"config:base"
],
"includeForks": true,
"prHourlyLimit": 0,
"automergeType": "pr",
"prCreation": "immediate",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]