19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"kubernetes": {
|
|
"fileMatch": [
|
|
"k8s/.+\\.yaml$"
|
|
],
|
|
"ignorePaths": [
|
|
"**/bundle.yaml"
|
|
]
|
|
},
|
|
"postUpgradeTasks": {
|
|
"commands": [
|
|
"install-tool kubectl v1.32.1",
|
|
"install-tool helm v3.17.0",
|
|
"helm/render-all.sh"
|
|
],
|
|
"executionMode": "update"
|
|
}
|
|
}
|