add helm render-all post-updrade script to renovatebot

This commit is contained in:
Finn 2024-10-13 22:02:41 -07:00
parent 14554c31c8
commit bbb97b36ce

View file

@ -4,6 +4,17 @@
"fileMatch": [
"k8s/.+\\.yaml$"
],
"ignorePaths": ["**/bundle.yaml"]
"ignorePaths": [
"**/bundle.yaml"
]
},
"postUpgradeTasks": {
"commands": [
"./helm/render-all.sh"
],
"fileFilters": [
"helm/**"
],
"executionMode": "update"
}
}