From a6918d3dc24f41570bd16d9fc394bb2706357d6a Mon Sep 17 00:00:00 2001 From: humocs-man Date: Mon, 15 Jun 2026 16:14:18 +0000 Subject: [PATCH] renovate.json aktualisiert --- renovate.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index a30398b..72237d3 100644 --- a/renovate.json +++ b/renovate.json @@ -3,13 +3,21 @@ "extends": [ "config:recommended" ], - "labels": ["dependencies"], - "enabledManagers": ["github-actions"], - "rangeStrategy": "pin", "packageRules": [ { "matchManagers": ["github-actions"], - "groupName": "Pipeline-Updates" + "enabled": false + } + ], + "customManagers": [ + { + "customType": "regex", + "fileMatch": ["^\\.gitea/workflows/[^/]+\\.ya?ml$"], + "matchStrings": [ + "uses:\\s*(?[a-zA-Z0-9-]+/[a-zA-Z0-9-]+)@(?[^\\s]+)" + ], + "datasourceTemplate": "git-tags", + "lookupNameTemplate": "https://github.com/{{{depName}}}.git" } ] -} +} \ No newline at end of file