diff --git a/renovate.json5 b/renovate.json5 index ce8de6d..bd90260 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -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(?[^\\s]+)"], + bumpType: "{{#if isMajor}}major{{else}}patch{{/if}}", + }, + ], customManagers: [ {