Skip to content

Commit f3d015e

Browse files
committed
chore(renovate): map chart bump type to update magnitude
1 parent 82e4ffe commit f3d015e

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": "{{#if isPatch}}patch{{else}}minor{{/if}}"
72+
"bumpType": "{{#if isPatch}}patch{{else if isMinor}}minor{{else if isMajor}}major{{else}}minor{{/if}}"
7373
}
7474
]
7575
},

0 commit comments

Comments
 (0)