Markus Pesch
e1537c6dda
All checks were successful
continuous-integration/drone/push Build is passing
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"assigneesFromCodeOwners": true,
|
|
"automergeStrategy": "merge-commit",
|
|
"automergeType": "pr",
|
|
"labels": [ "renovate" ],
|
|
"packageRules": [
|
|
{
|
|
"description": "Automatically update minor and patch versions of the renovate container image",
|
|
"addLabels": [ "renovate/kubernetes", "renovate/automerge" ],
|
|
"automerge": true,
|
|
"matchBaseBranches": [ "master" ],
|
|
"matchManagers": [ "kubernetes" ],
|
|
"matchUpdateTypes": [ "minor", "patch" ]
|
|
},
|
|
{
|
|
"description": "Prepare MR for major update minor of the renovate container image",
|
|
"addLabels": [ "renovate/kubernetes" ],
|
|
"automerge": false,
|
|
"matchBaseBranches": [ "master" ],
|
|
"matchManagers": [ "kubernetes" ],
|
|
"matchUpdateTypes": [ "major" ]
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"description": "Update renovate container image reference",
|
|
"fileMatch": [
|
|
"^Chart\\.yaml$"
|
|
],
|
|
"matchStrings": [
|
|
"appVersion: \"(?<currentValue>.*?)\"\\s+"
|
|
],
|
|
"depNameTemplate": "docker.io/renovate/renovate",
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
],
|
|
"rebaseLabel": "renovate/rebase",
|
|
"rebaseWhen": "behind-base-branch"
|
|
} |