Skip to content

Commit 53e8b4f

Browse files
committed
ci: adds test groups to dependabot configuration
1 parent db6b6a0 commit 53e8b4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ updates:
99
kiota-dependencies:
1010
patterns:
1111
- "*kiota*"
12+
xunit:
13+
patterns:
14+
- xunit*
15+
coverlet:
16+
patterns:
17+
- coverlet*
18+
mstest:
19+
patterns:
20+
- Microsoft.NET.Test.Sdk
21+
- Microsoft.TestPlatform.ObjectModel
1222
- package-ecosystem: github-actions
1323
directory: "/"
1424
schedule:

0 commit comments

Comments
 (0)