infra/renovate.json

20 lines
348 B
JSON

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