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$"
|
2024-10-02 16:41:20 +00:00
|
|
|
],
|
2024-10-14 05:02:41 +00:00
|
|
|
"ignorePaths": [
|
|
|
|
"**/bundle.yaml"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"postUpgradeTasks": {
|
|
|
|
"commands": [
|
2024-10-14 16:46:02 +00:00
|
|
|
"docker run --rm -v $(pwd):/infra -w /infra git.devhack.net/devhack/containers/deployer:latest -- ./helm/render-all.sh"
|
2024-10-14 05:02:41 +00:00
|
|
|
],
|
|
|
|
"fileFilters": [
|
|
|
|
"helm/**"
|
|
|
|
],
|
|
|
|
"executionMode": "update"
|
2024-10-01 16:13:44 +00:00
|
|
|
}
|
2024-09-08 04:38:20 +00:00
|
|
|
}
|