We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d3bec commit a8359f9Copy full SHA for a8359f9
1 file changed
.github/renovate.json
@@ -16,6 +16,10 @@
16
"matchPackageNames": ["xunit.runner.visualstudio"],
17
"allowedVersions": "<3.0"
18
},
19
+ {
20
+ "matchPackageNames": ["xunit.combinatorial"],
21
+ "allowedVersions": "<2.0"
22
+ },
23
{
24
"matchDatasources": ["dotnet-version", "docker"],
25
"matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],
0 commit comments