Skip to content

Commit 69bea5f

Browse files
committed
use dependabot groups for nuget
1 parent 64b78fd commit 69bea5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ updates:
2525
patterns:
2626
- "Microsoft.Extensions.*"
2727
- "System.*"
28+
serilog:
29+
patterns:
30+
- "Serilog.*"
2831
directory: "/new-cli"
2932
schedule:
3033
interval: daily
@@ -40,7 +43,7 @@ updates:
4043
patterns:
4144
- "Microsoft.Extensions.*"
4245
- "System.*"
43-
directory: "/"
46+
directory: "/src"
4447
schedule:
4548
interval: daily
4649
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)