{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" ], "dependencyDashboard": true, "prConcurrentLimit": 0, "prHourlyLimit": 0, "customManagers": [ { "customType": "regex", "datasourceTemplate": "gitea-tags", "fileMatch": [ "^\\.github/.*\\.ya?ml$" ], "matchStrings": [ "uses: *(?https:\\/\\/antoine-roux\\.tk\\/projects\\/)(?.*)@(?.*)" ] } ], "packageRules": [ { "enabled": false, "matchManagers": "github-actions", "matchDatasources": "gitea-tags" } ] }