From 21f91b7043a14ad667110bddfb850c0637511fce Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Mon, 4 Dec 2023 15:25:51 -0500 Subject: [PATCH] Remove .NET SDK constraint for Renovate (#3488) --- .github/renovate.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3f93d8c65a..5497d20cb8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -199,10 +199,5 @@ "reviewers": ["team:team-vault-dev"] } ], - "force": { - "constraints": { - "dotnet": "6.0.100" - } - }, "ignoreDeps": ["dotnet-sdk"] }