renovate-charts/renovate.json
Markus Pesch 907a5e8848
All checks were successful
continuous-integration/drone/push Build is passing
fix(ci): adapt renovate config
2022-01-02 12:32:15 +01:00

21 lines
579 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"assignees": [ "volker.raschek" ],
"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"
}