diff --git a/.renovaterc.json b/.renovaterc.json new file mode 100644 index 0000000..fe5a88c --- /dev/null +++ b/.renovaterc.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["local>infrastructure/renovate-config"], + "argocd": { + "fileMatch": ["\\.yml$"] + } +}