diff --git a/default.json b/default.json new file mode 100644 index 0000000..be0362d --- /dev/null +++ b/default.json @@ -0,0 +1,28 @@ +{ + "$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" + } + ] +}