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