Skip to content

Commit 270bb1c

Browse files
chore(deps): update dependabot.yml for dotnet-sdk and nuget packages
Signed-off-by: SebastienDegodez <[email protected]>
1 parent 18598c2 commit 270bb1c

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

.github/dependabot.yml

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,51 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "nuget"
4-
directory: "/"
3+
# https://devblogs.microsoft.com/dotnet/using-dependabot-to-manage-dotnet-sdk-updates/
4+
- package-ecosystem: "dotnet-sdk"
5+
directory: /
6+
schedule:
7+
interval: "weekly"
8+
day: "tuesday"
9+
open-pull-requests-limit: 1
10+
11+
# NuGet package updates
12+
- package-ecosystem: nuget
13+
directory: /
514
schedule:
615
interval: "weekly"
716
day: "sunday"
817
open-pull-requests-limit: 3
918
rebase-strategy: disabled
10-
- package-ecosystem: "github-actions"
11-
directory: "/"
19+
groups:
20+
microsoft-sbom:
21+
patterns: ['Microsoft.Sbom.Targets']
22+
Microsoft.NET.Test.Sdk:
23+
patterns: ['Microsoft.NET.Test.Sdk']
24+
coverlet.collector:
25+
patterns: ['coverlet.collector']
26+
testcontainers:
27+
patterns: ['Testcontainers*']
28+
microsoft:
29+
patterns: [Microsoft.*, System.*]
30+
xunit:
31+
patterns: [xunit.*]
32+
# Grouping for Testcontainers
33+
kafka:
34+
patterns: ['Confluent.Kafka']
35+
RabbitMQ.Client:
36+
patterns: ['RabbitMQ.Client']
37+
RestAssured.Net:
38+
patterns: ['RestAssured.Net']
39+
all-dependencies:
40+
patterns: ['*']
41+
42+
# Github Actions updates
43+
- package-ecosystem: github-actions
44+
directory: /
1245
schedule:
1346
interval: "weekly"
1447
day: "sunday"
1548
open-pull-requests-limit: 3
1649
rebase-strategy: disabled
50+
51+

0 commit comments

Comments
 (0)