From 844eb3f9e8a08ce1ab20970ef040299a54cfc383 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 7 Jun 2026 17:27:22 +0200 Subject: [PATCH] fix(helm): init --- helm.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 helm.json diff --git a/helm.json b/helm.json new file mode 100644 index 0000000..72c0f37 --- /dev/null +++ b/helm.json @@ -0,0 +1,45 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "customManagers": [ + { + "customType": "regex", + "datasourceTemplate": "github-releases", + "fileMatch": [ + ".vscode/settings\\.json$" + ], + "matchStrings": [ + "https:\\/\\/raw\\.githubusercontent\\.com\\/(?[^\\s]+?)\\/(?v[0-9.]+?)\\/schema\\/helm-testsuite\\.json" + ] + } + ], + "packageRules": [ + { + "addLabels": [ + "renovate/automerge", + "renovate/golang" + ], + "automerge": true, + "enabled": true, + "groupName": "helm", + "groupSlug": "helm", + "matchManagers": [ + "helm" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + }, + { + "automerge": true, + "groupName": "Update helm plugin 'unittest'", + "matchDepNames": [ + "helm-unittest/helm-unittest" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + } + ] +} \ No newline at end of file