From e0ad74ade18c0c2dd1151f419b55abcbe90aaf20 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 20 Mar 2024 15:55:09 +0100 Subject: [PATCH] chore(renovate): fix config --- renovate.json | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/renovate.json b/renovate.json index a05e821..1c16916 100644 --- a/renovate.json +++ b/renovate.json @@ -76,29 +76,20 @@ "datasourceTemplate": "docker" }, { - "description": "Update helm unittest plugin", + "description": "Detect helm-unittest yaml schema file", "customType": "regex", - "fileMatch": ["^\\.woodpecker/[a-z-]+\\.yml$"], + "fileMatch": [".vscode/settings\\.json$"], "matchStrings": [ - "helm plugin install --version (?.+?) https://github.com/helm-unittest/helm-unittest\\s" + "https://raw\\.githubusercontent\\.com/helm-unittest/helm-unittest/(?v[0-9.]+?)/schema/helm-testsuite\\.json" ], "depNameTemplate": "helm-unittest", "packageNameTemplate": "helm-unittest/helm-unittest", "datasourceTemplate": "github-releases" }, - { - "description": "Detect helm-unittest yaml schema file", - "customType": "regex", - "fileMatch": [".vscode/settings\\.json$"], - "matchStrings": [ - "https:\\/\\/raw\\.githubusercontent\\.com\\/(?[^\\s]+?)\\/(?v[0-9.]+?)\\/schema\\/helm-testsuite\\.json" - ], - "datasourceTemplate": "github-releases" - }, { "customType": "regex", "description": "Update kindest kubernetes references", - "fileMatch": ["^\\.forgejo\\/workflows\\/[^/]+\\.ya?ml$"], + "fileMatch": ["^\\.forgejo/workflows/[^/]+\\.ya?ml$"], "matchStrings": [ " +- (?v\\d+\\.\\d+\\.\\d+) # renovate: kindest\\n" ],