revert to prior change

This commit is contained in:
2024-02-28 12:14:34 -03:00
parent 72ea1faa67
commit 3191e4ed53

14
.github/renovate.json vendored
View File

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