Skip to content

Commit fd2b8de

Browse files
committed
ci: adds test framework dependenbot group
1 parent 6920cb3 commit fd2b8de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ updates:
44
directory: "/"
55
schedule:
66
interval: daily
7+
groups:
8+
MSTestFramework:
9+
patterns:
10+
- "Microsoft.NET.Test*"
11+
- "MSTest.*"
12+
NUnitTestFramework:
13+
patterns:
14+
- "NUnit*"
15+
716
open-pull-requests-limit: 10
817
- package-ecosystem: github-actions
918
directory: "/"

0 commit comments

Comments
 (0)