feature: shared presets for renovate

This commit is contained in:
RouxAntoine 2024-09-16 00:08:36 +02:00
parent 047b3767e4
commit 078fd615c4
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

28
default.json Normal file
View File

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