chore(renovate): add bumpVersions
This commit is contained in:
parent
1a42da071d
commit
ed4c96d7fb
1 changed files with 8 additions and 4 deletions
|
@ -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: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue