From 366313b6510502de33de485a8ec70196f7edeaf9 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 13 Oct 2024 12:02:44 +0200 Subject: [PATCH] fixes --- .github/renovate/kinds/docker.json5 | 3 ++- .github/renovate/kinds/flux.json5 | 3 ++- .github/renovate/main.json5 | 10 +++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/renovate/kinds/docker.json5 b/.github/renovate/kinds/docker.json5 index 6100ecd107f..8a2308710f3 100644 --- a/.github/renovate/kinds/docker.json5 +++ b/.github/renovate/kinds/docker.json5 @@ -9,7 +9,8 @@ "\\.github/workflows/.*\\.ya?ml$", // Matches all workflow YAML files "\\.github/workflows/.*\\.ya?ml\\.j2$", // Matches Jinja2 templated workflow files "(^|/)clusters/.+\\.ya?ml(?:\\.j2)?$", - "(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$" + "(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$", + "(^|/)clustertool/embeded/.+\\.ya?ml(?:\\.j2)?$" ], "enabled": true, // Enable Docker image updates "commitMessageSuffix": "fix: update Docker image", // Customize commit message suffix diff --git a/.github/renovate/kinds/flux.json5 b/.github/renovate/kinds/flux.json5 index 7b0c0b0224e..15e1963790f 100644 --- a/.github/renovate/kinds/flux.json5 +++ b/.github/renovate/kinds/flux.json5 @@ -4,7 +4,8 @@ "flux": { "fileMatch": [ "(^|/)clusters/.+\\.ya?ml(?:\\.j2)?$", - "(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$" + "(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$", + "(^|/)clustertool/embeded/.+\\.ya?ml(?:\\.j2)?$" ], "enabled": true, // Enable Flux updates "updateTypes": ["major", "minor", "patch"], // Allow updates for all version types diff --git a/.github/renovate/main.json5 b/.github/renovate/main.json5 index acba358b4c3..d971f15afb9 100644 --- a/.github/renovate/main.json5 +++ b/.github/renovate/main.json5 @@ -40,5 +40,13 @@ ], "ignoreDeps": [ // List any dependencies to ignore globally if needed - ] + ], + "ignorePaths": [ + "**/*.sops.*", + "**/.archive/**", + "**/archive/**", + "**/misc/**", + "**/archive/**", + "**/resources/**" + ], } \ No newline at end of file