From e3425e3393fede8bedb99abd45281a6a4b19a0c4 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Wed, 22 Jan 2025 07:57:32 -0700 Subject: [PATCH] Avoid auto-updates of an intentionally old dependency version --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 1d137fe..e4f2345 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -13,6 +13,10 @@ "allowedVersions": "<3.0", "groupName": "xunit" }, + { + "matchPackageNames": ["xunit.extensibility.execution"], + "enabled": false + }, { "matchDatasources": ["dotnet-version", "docker"], "matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],