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.
1 parent 0d5bee4 commit cebdfe5Copy full SHA for cebdfe5
.github/dependabot.yml
@@ -16,16 +16,13 @@ updates:
16
day: "sunday"
17
rebase-strategy: disabled
18
groups:
19
- microsoft-sbom:
20
- patterns: ['Microsoft.Sbom.Targets']
21
- Microsoft.NET.Test.Sdk:
22
- patterns: ['Microsoft.NET.Test.Sdk']
23
- coverlet.collector:
24
- patterns: ['coverlet.collector']
25
testcontainers:
26
patterns: [ 'Testcontainers', 'Testcontainers.*']
27
microsoft:
28
patterns: [Microsoft.*, System.*]
+ exclude-patterns:
+ - Microsoft.Sbom.Targets
+ - Microsoft.NET.Test.Sdk
29
xunit:
30
patterns: [xunit.*]
31
0 commit comments