From 6374cc6f0cadd386aa1191fab569b7a7df26842c Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Tue, 22 Aug 2023 11:46:06 -0400 Subject: [PATCH] Force Renovate to use v6 .NET SDK (#3220) --- .github/renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index d45876656f..ac1b243912 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -44,5 +44,10 @@ "matchManagers": ["nuget"], "matchUpdateTypes": ["minor", "patch"] } - ] + ], + "force": { + "constraints": { + "dotnet": "6.0.413" + } + } }