Skip to content

Commit

Permalink
Configure renovate to update msbuild SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr committed Jul 18, 2021
1 parent 00da3f5 commit 0773313
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"extends": [
"config:base"
"extends": ["config:base"],
"regexManagers": [
{
"fileMatch": "global.json",
"matchStrings": [
"\"(?<depName>[^\"]*?\\.[^\"]*?)\":\\s*\"(?<currentValue>[^\"]*?)\""
],
"datasourceTemplate": "nuget"
}
]
}

0 comments on commit 0773313

Please sign in to comment.