Skip to content

Commit 0773313

Browse files
committed
Configure renovate to update msbuild SDKs
1 parent 00da3f5 commit 0773313

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

renovate.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
2-
"extends": [
3-
"config:base"
2+
"extends": ["config:base"],
3+
"regexManagers": [
4+
{
5+
"fileMatch": "global.json",
6+
"matchStrings": [
7+
"\"(?<depName>[^\"]*?\\.[^\"]*?)\":\\s*\"(?<currentValue>[^\"]*?)\""
8+
],
9+
"datasourceTemplate": "nuget"
10+
}
411
]
512
}

0 commit comments

Comments
 (0)