gitops-zurrli/renovate.json

35 lines
612 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-05-30 17:57:12 +00:00
"^apps/.*\\.yaml$",
"^system/.*\\.yaml$"
2022-10-11 20:16:12 +00:00
],
"ignorePaths": [
"monitoring/**"
]
},
"argocd": {
"fileMatch": [
"system/apps/.+\\.yaml$"
]
},
"packageRules": [
{
"paths": [
"apps/renovate/**",
"apps/tobru-ch/**",
2023-03-31 19:29:34 +00:00
"system/apps/system/reloader.yaml"
2022-10-11 20:16:12 +00:00
],
"automerge": true,
"requiredStatusChecks": null
}
]
2023-05-30 17:50:36 +00:00
}