Skip to content

Commit

Permalink
Update xunit and its dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lg2de committed Dec 26, 2023
1 parent 4dc8b95 commit 0c86662
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
xunit:
patterns:
- "xunit*"
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<!-- license is BSD-3-Clause -->
<PackageReference Include="NSubstitute" Version="5.1.0"/>
<!-- license is apache 2.0 -->
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PackageReference Include="xunit" Version="2.6.4"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<!-- license is BSD-3-Clause -->
<PackageReference Include="NSubstitute" Version="5.1.0" />
<!-- license is apache 2.0 -->
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PackageReference Include="xunit" Version="2.6.4"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 0c86662

Please sign in to comment.