Skip to content

Commit 804e738

Browse files
Migrate config renovate.json
1 parent 76d8db2 commit 804e738

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"customManagers": [
77
{
88
"customType": "regex",
9-
"fileMatch": [
10-
"^\\.github\\/workflows\\/build-process\\.yml$"
9+
"managerFilePatterns": [
10+
"/^\\.github\\/workflows\\/build-process\\.yml$/"
1111
],
1212
"matchStrings": [
1313
"NUNIT_VERSION_FOR_API_DOCS: \"(?<currentValue>.*?)\""
@@ -16,4 +16,4 @@
1616
"datasourceTemplate": "nuget"
1717
}
1818
]
19-
}
19+
}

0 commit comments

Comments
 (0)