{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" ], "packageRules": [ { "matchManagers": ["github-actions"], "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" } ] }