Skip to content

Commit cebdfe5

Browse files
Update dependabot.yml
Signed-off-by: Sebastien DEGODEZ <sebastien.degodez@gmail.com>
1 parent 0d5bee4 commit cebdfe5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,13 @@ updates:
1616
day: "sunday"
1717
rebase-strategy: disabled
1818
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']
2519
testcontainers:
2620
patterns: [ 'Testcontainers', 'Testcontainers.*']
2721
microsoft:
2822
patterns: [Microsoft.*, System.*]
23+
exclude-patterns:
24+
- Microsoft.Sbom.Targets
25+
- Microsoft.NET.Test.Sdk
2926
xunit:
3027
patterns: [xunit.*]
3128

0 commit comments

Comments
 (0)