diff --git a/.github/renovate.json b/.github/renovate.json index a86ff9c..ce32fc3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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" }