Skip to content

Commit a8359f9

Browse files
committed
Don't update xunit.combinatorial to v2
1 parent 70d3bec commit a8359f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"matchPackageNames": ["xunit.runner.visualstudio"],
1717
"allowedVersions": "<3.0"
1818
},
19+
{
20+
"matchPackageNames": ["xunit.combinatorial"],
21+
"allowedVersions": "<2.0"
22+
},
1923
{
2024
"matchDatasources": ["dotnet-version", "docker"],
2125
"matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],

0 commit comments

Comments
 (0)