diff --git a/renovate.json b/renovate.json index 2269228..5482e4f 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "argocd": { "fileMatch": ["everything-app/.+\\.yaml$"] + }, + "kubernetes": { + "fileMatch": [ + "apps-kustomized/.+\\.yaml$", + "apps-helm/.+/tempates/.+\\.yaml" + ] } }