test method to update chart.yaml

This commit is contained in:
2024-02-28 12:11:08 -03:00
parent 751a1d4143
commit 72ea1faa67

14
.github/renovate.json vendored
View File

@@ -68,7 +68,19 @@
"weekly",
"image"
],
"bumpVersion": "minor",
"matchManagers": [
"helm-requirements",
"helm-values"
],
"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"
},
"automerge": false,
"minimumReleaseAge": "3 days"
}