Skip to content

Commit 82e4ffe

Browse files
committed
chore(renovate): bump chart minor on non-patch updates
1 parent cff2ee5 commit 82e4ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"name": "Bump chart version",
7070
"filePatterns": ["{{packageFileDir}}/Chart.yaml"],
7171
"matchStrings": ["version:\\s*\\\"?(?<version>\\d+\\.\\d+\\.\\d+)\\\"?"],
72-
"bumpType": "patch"
72+
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
7373
}
7474
]
7575
},

0 commit comments

Comments
 (0)