File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed
Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments