From 671a6356274a598aec2a3dfaff7500fb9d155abe Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 16 Oct 2025 21:39:56 +0200 Subject: [PATCH] fix(renovate): update packageRule for helm-unittest/helm-unittest --- renovate.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 4475ab9..9172948 100644 --- a/renovate.json +++ b/renovate.json @@ -23,7 +23,9 @@ }, { "customType": "regex", - "fileMatch": ["^README\\.md$"], + "fileMatch": [ + "^README\\.md$" + ], "matchStrings": [ "CHART_VERSION=(?.*)" ], @@ -31,6 +33,16 @@ "packageNameTemplate": "https://git.cryptic.systems/volker.raschek/reposilite-charts", "datasourceTemplate": "git-tags", "versioningTemplate": "semver" + }, + { + "customType": "regex", + "datasourceTemplate": "github-releases", + "fileMatch": [ + ".vscode/settings\\.json$" + ], + "matchStrings": [ + "https:\\/\\/raw\\.githubusercontent\\.com\\/(?[^\\s]+?)\\/(?v[0-9.]+?)\\/schema\\/helm-testsuite\\.json" + ] } ], "packageRules": [ @@ -41,6 +53,15 @@ "volkerraschek/helm" ] }, + { + "groupName": "Update helm plugin 'unittest'", + "matchDepNames": [ + "helm-unittest/helm-unittest" + ], + "matchDatasources": [ + "github-releases" + ] + }, { "groupName": "Update docker.io/library/node", "matchDepNames": [ @@ -92,4 +113,4 @@ ], "executionMode": "update" } -} +} \ No newline at end of file