Skip to content

Commit 49661db

Browse files
authored
Fix dependabot group for tests
The Test.SDK was not included due to an extra 's' in the name
1 parent 6e7a3ab commit 49661db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ updates:
2929
- "Microsoft.AspNetCore*"
3030
Tests:
3131
patterns:
32-
- "Microsoft.NET.Tests*"
32+
- "Microsoft.NET.Test*"
3333
- "xunit*"
3434
- "coverlet*"
3535
ThisAssembly:

0 commit comments

Comments
 (0)