We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53689a1 + c268990 commit 41da06eCopy full SHA for 41da06e
.github/dependabot.yml
@@ -20,7 +20,8 @@ updates:
20
directory: '/'
21
schedule:
22
interval: 'daily'
23
- groups:
24
- mstest:
25
- patterns:
26
- - 'MSTest.*'
+ ignore:
+ # These are bundeled (transitive) by MSTest.Sdk
+ - dependency-name: Microsoft.NET.Test.Sdk
+ - dependency-name: Microsoft.Testing.Extensions.CodeCoverage
27
+ - dependency-name: Microsoft.Testing.Extensions.TrxReport
0 commit comments