Skip to content

Commit 9c96fa2

Browse files
committed
Grouping of some nuget packages for dependabot
1 parent 1e1a57d commit 9c96fa2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,28 @@ updates:
66
interval: "daily"
77
time: "21:00"
88
timezone: "Europe/Helsinki"
9+
target-branch: "master"
910
- package-ecosystem: "nuget"
1011
directory: "/"
1112
schedule:
1213
interval: "daily"
1314
time: "21:00"
1415
timezone: "Europe/Helsinki"
16+
target-branch: "master"
17+
groups:
18+
asp:
19+
patterns:
20+
- "Asp.Versioning.*"
21+
aspnet:
22+
patterns:
23+
- "Microsoft.AspNetCore.*"
24+
serilog:
25+
patterns:
26+
- "Serilog*"
1527
- package-ecosystem: "docker"
1628
directory: "/"
1729
schedule:
1830
interval: "daily"
1931
time: "21:00"
2032
timezone: "Europe/Helsinki"
33+
target-branch: "master"

0 commit comments

Comments
 (0)