Automate version upgrades
The changesset of this is image is minor. This patch should enable automated version upgrades by renovatebot and this way reduce the human workload required.
This commit is contained in:
parent
5225fd5a10
commit
33d22c59fc
1 changed files with 3 additions and 1 deletions
|
@ -4,5 +4,7 @@
|
|||
"config:base",
|
||||
"docker:enableMajor"
|
||||
],
|
||||
"prConcurrentLimit": 5
|
||||
"prConcurrentLimit": 5,
|
||||
"automerge": true,
|
||||
"gitLabAutomerge": true
|
||||
}
|
||||
|
|
Reference in a new issue