From 98334106eb18667ddc9054fb427c0a4f8bea9d8b Mon Sep 17 00:00:00 2001 From: Aleksander Heintz Date: Sun, 18 Jul 2021 18:46:34 +0200 Subject: [PATCH] Configure renovate to update SDKs --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) 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" } ] }