renovate-config/default.json

29 lines
654 B
JSON

{
"$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: *(?<registryUrl>https:\\/\\/antoine-roux\\.tk\\/projects\\/)(?<packageName>.*)@(?<currentValue>.*)"
]
}
],
"packageRules": [
{
"enabled": false,
"matchManagers": "github-actions",
"matchDatasources": "gitea-tags"
}
]
}