From dd82b8a56fa71d550478a3ce61ad521943a398bb Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Tue, 8 Aug 2023 18:49:26 -0400 Subject: [PATCH] Pin Moq to Stay Below 4.20.0 (#3165) --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index d45876656f..c21374d730 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -43,6 +43,10 @@ "groupName": "nuget minor", "matchManagers": ["nuget"], "matchUpdateTypes": ["minor", "patch"] + }, + { + "matchPackageNames": ["Moq"], + "allowedVersions": "<=4.18.4" } ] }