We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e4ffe commit f3d015eCopy full SHA for f3d015e
renovate.json
@@ -69,7 +69,7 @@
69
"name": "Bump chart version",
70
"filePatterns": ["{{packageFileDir}}/Chart.yaml"],
71
"matchStrings": ["version:\\s*\\\"?(?<version>\\d+\\.\\d+\\.\\d+)\\\"?"],
72
- "bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
+ "bumpType": "{{#if isPatch}}patch{{else if isMinor}}minor{{else if isMajor}}major{{else}}minor{{/if}}"
73
}
74
]
75
},
0 commit comments