diff --git a/renovate.json b/renovate.json index 0ca6123..11f53b9 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>vojtechmares/renovate-config" - ] + ], + "argocd": { + "fileMatch": [ + "apps/**/*.{yaml,yml}" + ] + } }