Skip to content

Commit 388b4a3

Browse files
committed
change order for "Microsoft.CodeAnalysis.*" in dependabot
1 parent 8d409a6 commit 388b4a3

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
@@ -15,13 +15,13 @@ updates:
1515
commit-message:
1616
prefix: "(deps)"
1717
groups:
18-
Microsoft_CodeAnalysis:
19-
patterns:
20-
- "Microsoft.CodeAnalysis.*"
2118
microsoft:
2219
patterns:
2320
- "Microsoft.*"
2421
- "System.*"
22+
Microsoft_CodeAnalysis:
23+
patterns:
24+
- "Microsoft.CodeAnalysis.*"
2525
analyzers:
2626
patterns:
2727
- "*Analyzers"

0 commit comments

Comments
 (0)