From 2cb9a8aea675b7e3c5da469a52b746f5d6cb7a46 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sat, 30 Dec 2023 22:54:15 +0100 Subject: [PATCH] adapt renovate to new dir structure --- renovate.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index 95b1740..4181ec8 100644 --- a/renovate.json +++ b/renovate.json @@ -9,16 +9,12 @@ ], "kubernetes": { "fileMatch": [ - "^apps/.*\\.yaml$", - "^system/.*\\.yaml$" - ], - "ignorePaths": [ - "monitoring/**" + "^apps/.*\\.yaml$" ] }, "argocd": { "fileMatch": [ - "system/apps/.+\\.yaml$" + "argoapps/.+\\.yaml$" ] }, "packageRules": [