From 3577e78caa2da163ff7f6579ad0bf5282e80c474 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 13 Oct 2024 12:11:11 +0200 Subject: [PATCH] allow for more interoperatability --- .github/renovate/kinds/flux.json5 | 2 +- .github/renovate/kinds/helm-values.json5 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate/kinds/flux.json5 b/.github/renovate/kinds/flux.json5 index 8933966e695..18df8f7efbf 100644 --- a/.github/renovate/kinds/flux.json5 +++ b/.github/renovate/kinds/flux.json5 @@ -5,7 +5,7 @@ "fileMatch": [ "(^|/)clusters/.+\\.ya?ml(?:\\.j2)?$", "(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$", - "(^|/)clustertool/embeded/.+\\.ya?ml(?:\\.j2)?$" + "(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$" ], "enabled": true, // Enable Flux updates "updateTypes": ["major", "minor", "patch"], // Allow updates for all version types diff --git a/.github/renovate/kinds/helm-values.json5 b/.github/renovate/kinds/helm-values.json5 index 9cbae2c0f9c..8342d1c9b4f 100644 --- a/.github/renovate/kinds/helm-values.json5 +++ b/.github/renovate/kinds/helm-values.json5 @@ -4,6 +4,7 @@ "helm-values": { "fileMatch": [ "(^|/)clusters/.+\\.ya?ml(?:\\.j2)?$", + "(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$", "(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$", "(^|/)charts/.+\\.ya?ml(?:\\.j2)?$", ],