5225fd5a10
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.
8 lines
159 B
JSON
8 lines
159 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
"docker:enableMajor"
|
|
],
|
|
"prConcurrentLimit": 5
|
|
}
|