diff --git a/.github/renovate.json b/.github/renovate.json index c140014..f2408e1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,6 +12,10 @@ "matchPackageNames": ["xunit*"], "groupName": "xunit" }, + { + "matchPackageNames": ["xunit.v3", "xunit.v3.extensibility.core"], + "allowedVersions": "=3.0.0" + }, { "matchDatasources": ["dotnet-version", "docker"], "matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],