From bbe5ad078c39d6d606e4407a79c7533224c451ce Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Mon, 1 Jan 2024 10:17:09 +0100 Subject: [PATCH] chore(renovate): naive path matching to regex Signed-off-by: Vojtech Mares --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 11f53b9..fcde6e5 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ ], "argocd": { "fileMatch": [ - "apps/**/*.{yaml,yml}" + "apps\/.+\\.yaml$" ] } }