Skip to content

Commit

Permalink
Avoid updating xunit.v3 versions
Browse files Browse the repository at this point in the history
It's useful to target the oldest version that users of xunit.combinatorial may be using.
  • Loading branch information
AArnott committed Jan 12, 2025
1 parent e9ae4b1 commit d0c85e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit d0c85e8

Please sign in to comment.