Skip to content

Commit

Permalink
Fix dependabot config
Browse files Browse the repository at this point in the history
- Update group for xunit package to xunit.v3.
- Revert update to xunit.v3.extensibility.core.
  • Loading branch information
martincostello committed Jan 13, 2025
1 parent 48c5ef7 commit 12c9989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ updates:
groups:
xunit:
patterns:
- xunit
- xunit.runner.visualstudio
- xunit.v3
schedule:
interval: daily
time: "05:30"
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageVersion Include="xunit.extensibility.execution" Version="2.4.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
<PackageVersion Include="xunit.v3" Version="1.0.1" />
<PackageVersion Include="xunit.v3.extensibility.core" Version="1.0.1" />
<PackageVersion Include="xunit.v3.extensibility.core" Version="1.0.0" />
</ItemGroup>
<ItemGroup Condition=" '$(IsTestProject)' == 'true' ">
<PackageReference Include="coverlet.msbuild" PrivateAssets="All" />
Expand Down

0 comments on commit 12c9989

Please sign in to comment.