From 0bd302ca8f1a0a631bd058d4825f940c29e26553 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 22:39:35 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json5 --- .github/renovate.json5 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1fec0a93..d8f00902 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -9,15 +9,14 @@ "github>rtrox/home-ops//.github/renovate/clusters.json5", "github>rtrox/home-ops//.github/renovate/grafanaDashboards.json5", ], - ignorePaths: [".archive/**", "cluster-cd/**"], flux: { - fileMatch: ["^cluster-apps/.+\\.ya?ml$"], + managerFilePatterns: ["/^cluster-apps/.+\\.ya?ml$/"], }, "helm-values": { - fileMatch: ["^cluster-apps/.+\\.ya?ml$"], + managerFilePatterns: ["/^cluster-apps/.+\\.ya?ml$/"], }, kubernetes: { - fileMatch: ["^cluster-apps/.+\\.ya?ml$"], + managerFilePatterns: ["/^cluster-apps/.+\\.ya?ml$/"], }, }