add helm render-all post-updrade script to renovatebot
This commit is contained in:
parent
14554c31c8
commit
bbb97b36ce
1 changed files with 12 additions and 1 deletions
|
@ -4,6 +4,17 @@
|
|||
"fileMatch": [
|
||||
"k8s/.+\\.yaml$"
|
||||
],
|
||||
"ignorePaths": ["**/bundle.yaml"]
|
||||
"ignorePaths": [
|
||||
"**/bundle.yaml"
|
||||
]
|
||||
},
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"./helm/render-all.sh"
|
||||
],
|
||||
"fileFilters": [
|
||||
"helm/**"
|
||||
],
|
||||
"executionMode": "update"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue