infra/renovate.json

20 lines
445 B
JSON

{
"$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"
}
}