Files
helm-docker/renovate.json
Markus Pesch be0c064f75
All checks were successful
Build / build-amd64 (push) Successful in 1m1s
Lint Markdown files / markdown-lint (push) Successful in 17s
Build / build-arm64 (push) Successful in 1m47s
fix(ci): add autoreleaser
2025-11-02 22:30:24 +01:00

38 lines
874 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^README\\.md$"
],
"matchStrings": [
"IMAGE_VERSION=(?<currentValue>.*)"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "helm/helm",
"versioningTemplate": "semver"
}
],
"extends": [
"local>volker.raschek/renovate-config:default#master",
"local>volker.raschek/renovate-config:container#master",
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:regexp#master"
],
"packageRules": [
{
"addLabels": [
"renovate/automerge"
],
"automerge": true,
"matchPackageNames": [
"helm/helm"
],
"matchManagers": [
"regex"
]
}
]
}