2022-01-29 21:14:27 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2022-01-30 17:40:17 +00:00
|
|
|
"assignees": [ "volker.raschek" ],
|
2022-01-29 21:14:27 +00:00
|
|
|
"automergeStrategy": "merge-commit",
|
|
|
|
"automergeType": "pr",
|
2022-01-30 13:20:45 +00:00
|
|
|
"labels": [ "renovate" ],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
|
|
|
"automerge": true,
|
2022-01-30 17:40:17 +00:00
|
|
|
"matchManagers": "droneci",
|
|
|
|
"matchUpdateTypes": [ "minor", "patch"]
|
2022-01-30 13:20:45 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"addLabels": [ "renovate/helm", "renovate/automerge" ],
|
2022-01-30 15:10:07 +00:00
|
|
|
"automerge": false,
|
2022-01-30 13:20:45 +00:00
|
|
|
"matchPackageNames": [ "helm" ],
|
2022-01-30 17:40:17 +00:00
|
|
|
"matchManagers": [ "regex" ]
|
2022-01-30 13:20:45 +00:00
|
|
|
}
|
|
|
|
],
|
2022-01-29 21:14:27 +00:00
|
|
|
"rebaseLabel": "renovate/rebase",
|
2022-01-30 13:20:45 +00:00
|
|
|
"rebaseWhen": "behind-base-branch",
|
|
|
|
"regexManagers": [
|
|
|
|
{
|
2022-01-30 15:10:07 +00:00
|
|
|
"description": "Update version",
|
2022-01-30 13:20:45 +00:00
|
|
|
"fileMatch": [
|
|
|
|
"^Makefile$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
2022-02-01 08:42:53 +00:00
|
|
|
"HELM_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
|
2022-01-30 13:20:45 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2022-01-29 21:14:27 +00:00
|
|
|
}
|