Skip to content

Commit 6753dea

Browse files
chore: new dependabot configuration (#170)
Signed-off-by: Sebastien DEGODEZ <[email protected]>
1 parent 6a880c7 commit 6753dea

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,13 @@ updates:
1616
day: "sunday"
1717
open-pull-requests-limit: 3
1818
rebase-strategy: disabled
19-
groups:
20-
microsoft-sbom:
21-
patterns: ['Microsoft.Sbom.Targets']
22-
Microsoft.NET.Test.Sdk:
23-
patterns: ['Microsoft.NET.Test.Sdk']
24-
coverlet.collector:
25-
patterns: ['coverlet.collector']
2619
testcontainers:
2720
patterns: [ 'Testcontainers', 'Testcontainers.*']
2821
microsoft:
2922
patterns: [Microsoft.*, System.*]
30-
xunit:
31-
patterns: [xunit.*]
32-
# Grouping for Testcontainers
33-
kafka:
34-
patterns: ['Confluent.Kafka']
35-
RabbitMQ.Client:
36-
patterns: ['RabbitMQ.Client']
37-
RestAssured.Net:
38-
patterns: ['RestAssured.Net']
39-
all-dependencies:
40-
patterns: ['*']
23+
exclude-patterns:
24+
- Microsoft.Sbom.Targets
25+
- Microsoft.NET.Test.Sdk
4126

4227
# Github Actions updates
4328
- package-ecosystem: github-actions
@@ -48,4 +33,4 @@ updates:
4833
open-pull-requests-limit: 3
4934
rebase-strategy: disabled
5035

51-
36+

0 commit comments

Comments
 (0)