Skip to content

Commit

Permalink
Configure renovate to update SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr committed Jul 18, 2021
1 parent 1526aa1 commit 9833410
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"<Import[^\\/>]+Sdk=\\\"(?<depName>.*?)\\\"[^\\/>]+Version=\\\"(?<currentValue>.*?)\\\"[^\\/>]\\/>"
],
"datasourceTemplate": "nuget"
},
{
"fileMatch": "global.json",
"matchStrings": ["\"(?<depName>[^\"]*?\\.[^\"]*?)\":\\s*\"(?<currentValue>[^\"]*?)\""],
"datasourceTemplate": "nuget"
}
]
}

0 comments on commit 9833410

Please sign in to comment.