We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff2ee5 commit 82e4ffeCopy full SHA for 82e4ffe
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": "patch"
+ "bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
73
}
74
]
75
},
0 commit comments