feature: shared presets for renovate
This commit is contained in:
parent
047b3767e4
commit
078fd615c4
28
default.json
Normal file
28
default.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user