diff --git a/renovate.json b/renovate.json index 7190a60..8382d4f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,34 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" -} + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "labels": [ + "maintenance" + ], + "enabledManagers": [ + "kubernetes", + "argocd" + ], + "kubernetes": { + "fileMatch": [ + "(^|/)*\\.yaml$" + ], + "ignorePaths": [ + "monitoring/**" + ] + }, + "argocd": { + "fileMatch": [ + "system/apps/.+\\.yaml$" + ] + }, + "packageRules": [ + { + "paths": [ + "apps/renovate/**", + "apps/tobru-ch/**", + "apps/stakater-reloader/**" + ], + "automerge": true, + "requiredStatusChecks": null + } + ] +} \ No newline at end of file