try integrate bump behavior on renovate for docker

This commit is contained in:
kjeld Schouten-Lebbing 2021-09-07 09:32:56 +02:00
parent 709d4d9b21
commit 17baddcb73
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,13 @@
"commitMessageTopic": "container image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
"matchUpdateTypes": ["major", "minor", "patch"],
"postUpgradeTasks": {
"commands": [
"sed -i \"s/^version:.*/version: $(grep '^version:' Chart.yaml | awk '{print $2}' | awk -F '[.\"]' '{$NF = $NF + 1;} 1' | sed 's/ /./g')/\" Chart.yaml",
],
"fileFilters": ["Chart.yaml"],
"executionMode": "branch"
},
},
//
// helm deps