Skip to content

Commit 409bf48

Browse files
committed
updated the dependabot group pattern
1 parent ffa7c2d commit 409bf48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
groups:
99
microsoft:
1010
patterns:
11-
- "Microsoft.Extensions.*"
11+
- "Microsoft.*"
1212
- "System.*"
1313
directory: "/build"
1414
schedule:
@@ -23,7 +23,7 @@ updates:
2323
groups:
2424
microsoft:
2525
patterns:
26-
- "Microsoft.Extensions.*"
26+
- "Microsoft.*"
2727
- "System.*"
2828
serilog:
2929
patterns:
@@ -41,7 +41,7 @@ updates:
4141
groups:
4242
microsoft:
4343
patterns:
44-
- "Microsoft.Extensions.*"
44+
- "Microsoft.*"
4545
- "System.*"
4646
directory: "/src"
4747
schedule:

0 commit comments

Comments
 (0)