1
0
Fork 0

Upgrade renovate.json

Allow major upgrades and automatically apply updates if CI works out
fine.
This commit is contained in:
Sheogorath 2020-07-05 23:09:20 +02:00
parent ce5dd64e06
commit 2dd7d2c967
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -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
}