Upgrade renovate.json
Allow major upgrades and automatically apply updates if CI works out fine.
This commit is contained in:
parent
ce5dd64e06
commit
2dd7d2c967
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
"config:base",
|
||||
"docker:enableMajor"
|
||||
],
|
||||
"prConcurrentLimit": 5
|
||||
"prConcurrentLimit": 5,
|
||||
"automerge": true,
|
||||
"gitLabAutomerge": true
|
||||
}
|
||||
|
|
Reference in a new issue