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$/"], }, }