From a9ebecac1303fd01f3213a7110f06252765c762c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 30 May 2023 19:53:17 +0200 Subject: [PATCH] new try with globs --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e0b79b5..27d0c9a 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,7 @@ ], "kubernetes": { "fileMatch": [ - "**/apps/**/*.yaml$" + "apps/**/*.yaml" ], "ignorePaths": [ "monitoring/**"