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