1
0
Fork 0

Enable major upgrades using renovate

Currently renovatebot would only update minor or patch versions of the
container images. This patch adds a preset to let renovatebot propose
major version updates.
This commit is contained in:
Sheogorath 2020-06-30 20:47:47 +02:00
parent db66e2683d
commit 5225fd5a10
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"docker:enableMajor"
],
"prConcurrentLimit": 5
}