From b3d849ea96098f1251b4168fd8397926eed43aa8 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 13 Oct 2024 10:15:16 +0200 Subject: [PATCH] some renovate updates --- .github/renovate/folders/clustertool.json5 | 5 ++++- .github/renovate/updates/major.json5 | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/renovate/folders/clustertool.json5 b/.github/renovate/folders/clustertool.json5 index 6dd8be0832c..74f5c13ac77 100644 --- a/.github/renovate/folders/clustertool.json5 +++ b/.github/renovate/folders/clustertool.json5 @@ -2,6 +2,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>truecharts/public//.github/renovate/kinds/go.json5" + "github>truecharts/public//.github/renovate/kinds/go.json5", + "github>truecharts/public//.github/renovate/kinds/flux.json5", + "github>truecharts/public//.github/renovate/kinds/docker.json5", + "github>truecharts/public//.github/renovate/special/talconfig.json5" ] } \ No newline at end of file diff --git a/.github/renovate/updates/major.json5 b/.github/renovate/updates/major.json5 index f28e5c79f1f..2594c2ba9d0 100644 --- a/.github/renovate/updates/major.json5 +++ b/.github/renovate/updates/major.json5 @@ -5,5 +5,13 @@ }, "ignore": [ // Add any paths or patterns to ignore specific minor updates, if necessary + ], + "packageRules": [ + { + "matchVersion": "^\\d{4}\\.\\d{1,2}(\\.\\d{1,2})?$", + "excludePackagePatterns": ["*"], + "enabled": false, + "matchUpdateTypes": ["major"] + } ] } \ No newline at end of file