diff --git a/renovate.json b/renovate.json index d641d58..1ff8b9d 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,11 @@ "]+Sdk=\\\"(?.*?)\\\"[^\\/>]+Version=\\\"(?.*?)\\\"[^\\/>]\\/>" ], "datasourceTemplate": "nuget" + }, + { + "fileMatch": "global.json", + "matchStrings": ["\"(?[^\"]*?\\.[^\"]*?)\":\\s*\"(?[^\"]*?)\""], + "datasourceTemplate": "nuget" } ] }