Skip to content

Commit 50791ef

Browse files
committed
Adds specific dependabot group
Adds a specific dependabot group for Microsoft CodeAnalysis packages. This allows for more granular control and management of updates related to these packages.
1 parent 80c8b6c commit 50791ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ updates:
1515
commit-message:
1616
prefix: "(deps)"
1717
groups:
18+
Microsoft_CodeAnalysis:
19+
patterns:
20+
- "Microsoft.CodeAnalysis.*"
1821
microsoft:
1922
patterns:
2023
- "Microsoft.*"

0 commit comments

Comments
 (0)