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