From c2625c58ebacc5338bd530b296ce74a6db9c8ac5 Mon Sep 17 00:00:00 2001 From: Patrick Lee Scott Date: Mon, 28 Nov 2022 15:15:10 -0500 Subject: [PATCH] fix(renovate): argocd --- renovate.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 872f5da..2236ea0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,9 @@ { "extends": ["config:base"], - "prConcurrentLimit": 0, - "prHourlyLimit": 0, - "rebaseWhen": "behind-base-branch" + "argocd": { + "fileMatch": [ + "preview/helm/templates/.+\\.yaml$", + "promote/helm/templates/.+\\.yaml$" + ] + } }