diff --git a/.renovaterc.json b/.renovaterc.json index 7cb8365..fe5a88c 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,11 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>infrastructure/renovate-config" - ], + "extends": ["local>infrastructure/renovate-config"], "argocd": { - "managerFilePatterns": [ - "*.yml" - ] + "fileMatch": ["\\.yml$"] } }