20 lines
No EOL
525 B
Text
20 lines
No EOL
525 B
Text
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:best-practices"],
|
|
"semanticCommits": "enabled",
|
|
"assignees": ["jahanson"],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"description": [
|
|
"Process custom dependencies"
|
|
],
|
|
"fileMatch": [
|
|
"(^|/).forgejo/.+\\.ya?ml$"
|
|
],
|
|
"matchStrings": [
|
|
"(?m:# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\n.+?: \"?(?<currentValue>\\S+?)\"?$)"
|
|
]
|
|
}
|
|
]
|
|
} |