2024-02-06 05:10:49 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
|
|
"config:recommended"
|
2024-07-28 04:31:46 +03:00
|
|
|
],
|
|
|
|
"customManagers": [
|
|
|
|
{
|
|
|
|
"customType": "regex",
|
|
|
|
"fileMatch": [
|
2024-07-28 04:54:56 +03:00
|
|
|
"^\\.github\\/workflows\\/build-process\\.yml$"
|
2024-07-28 04:31:46 +03:00
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
"NUNIT_VERSION_FOR_API_DOCS: \"(?<currentValue>.*?)\""
|
|
|
|
],
|
|
|
|
"depNameTemplate": "NUnit",
|
|
|
|
"datasourceTemplate": "nuget"
|
|
|
|
}
|
2024-02-06 05:10:49 +03:00
|
|
|
]
|
2024-07-28 04:31:46 +03:00
|
|
|
}
|