gitops-zurrli/renovate.json

34 lines
625 B
JSON
Raw Normal View History

2022-10-11 16:45:08 +00:00
{
2022-10-11 20:16:12 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"maintenance"
],
"enabledManagers": [
"kubernetes",
"argocd"
],
"kubernetes": {
"fileMatch": [
2023-12-30 21:54:15 +00:00
"^apps/.*\\.yaml$"
2022-10-11 20:16:12 +00:00
]
},
"argocd": {
"fileMatch": [
2023-12-30 21:54:15 +00:00
"argoapps/.+\\.yaml$"
2022-10-11 20:16:12 +00:00
]
},
"packageRules": [
{
"paths": [
2023-12-30 21:44:10 +00:00
"apps/zurrli/renovate/**",
"apps/zurrli/tobru-ch/**",
"apps/zurrli/miniflux/**",
"argoapps/zurrli/grafana.yaml",
"argoapps/zurrli/system/reloader.yaml"
2022-10-11 20:16:12 +00:00
],
"automerge": true,
"requiredStatusChecks": null
}
]
2023-09-10 17:41:25 +00:00
}