From 5aeb17897c670d20f0f42a240cef036a6620e0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gr=C3=BCnwald?= Date: Tue, 28 Nov 2023 20:24:27 +0100 Subject: [PATCH] ci: Configure .NET SDK version used by renovate to allow renovate to update NuGet package lock files --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index fdc07953..e0837d86 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,9 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>ap0llo/renovate-config" - ] + ], + "constraints": { + "dotnet": "7.0.400" + } }