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:
parent
db66e2683d
commit
5225fd5a10
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base",
|
||||||
|
"docker:enableMajor"
|
||||||
],
|
],
|
||||||
"prConcurrentLimit": 5
|
"prConcurrentLimit": 5
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue