From ad20aa5229bc207e27300c9a52d874e8fc8f1b7d Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Wed, 14 Feb 2024 15:55:48 +0100 Subject: [PATCH] fix renovate --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e572460..7735fd5 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,6 @@ } ], "argocd": { - "fileMatch": ["^core-deployments\\.yaml$"] + "fileMatch": ["^app-files/core-deployments\\.yaml$"] } }