infra/renovate.json

21 lines
348 B
JSON
Raw Normal View History

2024-09-08 04:38:20 +00:00
{
2024-10-01 16:13:44 +00:00
"$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"
2024-10-01 16:13:44 +00:00
}
2024-09-08 04:38:20 +00:00
}