{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "kubernetes": { "fileMatch": [ "k8s/.+\\.yaml$" ], "ignorePaths": [ "**/bundle.yaml" ] }, "postUpgradeTasks": { "commands": [ "docker run --rm -v $(pwd):/infra -w /infra git.devhack.net/devhack/containers/deployer:latest -- ./helm/render-all.sh" ], "fileFilters": [ "helm/**" ], "executionMode": "update" } }