Skip to content

Commit c574172

Browse files
committed
Specify two directories with distinct packages for dependabot
1 parent b629161 commit c574172

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ updates:
99
timezone: "Europe/Helsinki"
1010
target-branch: "master"
1111
- package-ecosystem: "nuget"
12-
directory: "/"
12+
directory: "/App"
1313
schedule:
1414
interval: "weekly"
1515
day: "wednesday"
@@ -27,6 +27,19 @@ updates:
2727
serilog:
2828
patterns:
2929
- "Serilog*"
30+
- package-ecosystem: "nuget"
31+
directory: "/Tests"
32+
schedule:
33+
interval: "weekly"
34+
day: "wednesday"
35+
time: "21:00"
36+
timezone: "Europe/Helsinki"
37+
target-branch: "master"
38+
groups:
39+
microsoft:
40+
patterns:
41+
- "Microsoft.AspNetCore.*"
42+
- "Microsoft.Extensions.*"
3043
- package-ecosystem: "dotnet-sdk"
3144
directory: "/"
3245
schedule:

0 commit comments

Comments
 (0)