Skip to content

Commit fd6be45

Browse files
committed
chore(ci): adjust Dependabot groups
1 parent 0676f9c commit fd6be45

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@
33
version: 2
44
updates:
55
- package-ecosystem: "nuget"
6-
directory: "/"
6+
directory: "/src/Dotnet.Samples.AspNetCore.WebApi"
77
schedule:
88
interval: "daily"
99
groups:
1010
efcore:
1111
patterns:
12-
- "Microsoft.EntityFrameworkCore*"
13-
xunit:
14-
patterns:
15-
- "xunit*"
16-
coverlet:
12+
- "Microsoft.EntityFrameworkCore*"
13+
serilog:
1714
patterns:
18-
- "coverlet*"
15+
- "Serilog*"
16+
17+
- package-ecosystem: "nuget"
18+
directory: "/test/Dotnet.Samples.AspNetCore.WebApi.Tests"
19+
schedule:
20+
interval: "daily"
21+
1922
- package-ecosystem: "github-actions"
2023
directory: "/"
2124
schedule:

test/Dotnet.Samples.AspNetCore.WebApi.Tests/Dotnet.Samples.AspNetCore.WebApi.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="coverlet.collector" Version="6.0.4">
13-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
14-
<PrivateAssets>all</PrivateAssets>
15-
</PackageReference>
1612
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1713
<PackageReference Include="xunit" Version="2.9.3" />
1814
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
1915
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2016
<PrivateAssets>all</PrivateAssets>
2117
</PackageReference>
18+
<PackageReference Include="coverlet.collector" Version="6.0.4">
19+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20+
<PrivateAssets>all</PrivateAssets>
21+
</PackageReference>
2222
<PackageReference Include="FluentAssertions" Version="8.2.0" />
2323
<PackageReference Include="Moq" Version="4.20.72" />
2424
</ItemGroup>

0 commit comments

Comments
 (0)