diff --git a/renovate.json b/renovate.json index 4f39080..2236ea0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,9 @@ { - "extends": ["config:base"] + "extends": ["config:base"], + "argocd": { + "fileMatch": [ + "preview/helm/templates/.+\\.yaml$", + "promote/helm/templates/.+\\.yaml$" + ] + } }