Skip to content

Commit a5a3174

Browse files
authored
Merge pull request #1075 from nunit/renovate/migrate-config
Migrate renovate config
2 parents 76d8db2 + 804e738 commit a5a3174

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)