infra/renovate.json
Finn 93812c38b0
All checks were successful
/ diff-and-deploy (push) Successful in 2m17s
renovate: install required tooling before post-upgrade running helm/render-all.sh
2025-01-28 13:30:42 -08:00

19 lines
375 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": {
"fileMatch": [
"k8s/.+\\.yaml$"
],
"ignorePaths": [
"**/bundle.yaml"
]
},
"postUpgradeTasks": {
"commands": [
"install-tool kubectl v1.32.1",
"install-tool helm v3.17.0",
"helm/render-all.sh"
],
"executionMode": "update"
}
}