chore(renovate): new manager to bump helm in workflows

This commit is contained in:
Thibault VINCENT
2026-05-04 13:24:20 +02:00
parent 84b9d1d0df
commit f4379083cc
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
with:
version: "3.18.0"
version: "4.1.4"
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4
# Two separate logins because helm and cosign use different auth stores:
# - `helm registry login` writes to helm's own config (used by `helm push` below)
+12
View File
@@ -155,6 +155,18 @@
depNameTemplate: "goreleaser/goreleaser",
datasourceTemplate: "github-releases",
},
// Helm version pinned inside the `with: version:` field of
// azure/setup-helm in release.yaml (same blind spot as goreleaser above).
{
customType: "regex",
managerFilePatterns: ["/^\\.github/workflows/release\\.ya?ml$/"],
matchStrings: [
"setup-helm[^\\n]+\\n\\s+with:\\n\\s+version:\\s*\"(?<currentValue>\\d[\\w.-]*)\"",
],
depNameTemplate: "helm/helm",
datasourceTemplate: "github-releases",
extractVersionTemplate: "^v(?<version>.*)$",
},
],
packageRules: [