docs/renovate.json

19 строки
433 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^\\.github\\/workflows\\/build-process\\.yml$"
],
"matchStrings": [
"NUNIT_VERSION_FOR_API_DOCS: \"(?<currentValue>.*?)\""
],
"depNameTemplate": "NUnit",
"datasourceTemplate": "nuget"
}
]
}