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)?$", ],