Markus Pesch
565c9e5b68
All checks were successful
continuous-integration/drone/push Build is passing
19 lines
502 B
JSON
19 lines
502 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"automergeStrategy": "merge-commit",
|
|
"automergeType": "pr",
|
|
"assignees": [ "volker.raschek" ],
|
|
"regexManagers": [
|
|
{
|
|
"description": "Update container image reference",
|
|
"fileMatch": [
|
|
"^Chart\\.yaml$"
|
|
],
|
|
"matchStrings": [
|
|
"appVersion: \"(?<currentValue>.*?)\"\\s+"
|
|
],
|
|
"depNameTemplate": "docker.io/drone/drone-runner-kube",
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
} |