fix(ci): add autoreleaser
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

This commit is contained in:
2025-11-02 22:29:18 +01:00
parent 633e7ff468
commit be0c064f75
5 changed files with 176 additions and 31 deletions

View File

@@ -1,5 +1,19 @@
{
"$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",
@@ -8,9 +22,16 @@
],
"packageRules": [
{
"automerge": false,
"matchPackageNames": [ "helm" ],
"matchManagers": [ "regex" ]
"addLabels": [
"renovate/automerge"
],
"automerge": true,
"matchPackageNames": [
"helm/helm"
],
"matchManagers": [
"regex"
]
}
]
}