chore(renovate): add bumpVersions (#84)

This commit is contained in:
Sebastian Poxhofer 2025-05-08 23:11:41 +02:00 committed by GitHub
parent 1a42da071d
commit 5fd8ee89b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,10 +4,14 @@
"github>secustor/renovate-config", "github>secustor/renovate-config",
"customManagers:helmChartYamlAppVersions", "customManagers:helmChartYamlAppVersions",
], ],
helmv3: {
// bump chart version if the appVersion changes bumpVersions: [
bumpVersion: "minor", {
filePatterns: ["{{packageFileDir}}/Chart.{yaml,yml}"],
matchStrings: ["version:\\s(?<version>[^\\s]+)"],
bumpType: "{{#if isMajor}}major{{else}}patch{{/if}}",
}, },
],
customManagers: [ customManagers: [
{ {