From 1a8355f78c98c1ffeada2e2ea34f2961ce08a630 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Mon, 29 Apr 2024 08:53:31 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20Disable=20Moq=20updates=20in=20Ren?= =?UTF-8?q?ovate=20because=20of=20community=20=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 774428b43..39bff5db6 100644 --- a/renovate.json +++ b/renovate.json @@ -48,6 +48,11 @@ "NuGet", ".NET" ] + }, + { + "groupName": "Moq", + "matchPackageNames": ["Moq"], + "enabled": false } ], "extends": [