diff --git a/renovate.json b/renovate.json index ae61008..eea0801 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,17 @@ "fileMatch": [ "k8s/.+\\.yaml$" ], - "ignorePaths": ["**/bundle.yaml"] + "ignorePaths": [ + "**/bundle.yaml" + ] + }, + "postUpgradeTasks": { + "commands": [ + "./helm/render-all.sh" + ], + "fileFilters": [ + "helm/**" + ], + "executionMode": "update" } }