chore(renovate): add bumpVersions

This commit is contained in:
secustor 2025-05-08 23:10:46 +02:00
parent 1a42da071d
commit ed4c96d7fb
No known key found for this signature in database

View file

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