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 2125f3b commit bf7866cCopy full SHA for bf7866c
.github/dependabot.yml
@@ -29,15 +29,7 @@ updates:
29
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: ['*']
+
41
42
# Github Actions updates
43
- package-ecosystem: github-actions
@@ -48,4 +40,4 @@ updates:
48
open-pull-requests-limit: 3
49
rebase-strategy: disabled
50
51
-
0 commit comments