File tree Expand file tree Collapse file tree 1 file changed +39
-4
lines changed
Expand file tree Collapse file tree 1 file changed +39
-4
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : " nuget"
4- directory : " /"
3+ # https://devblogs.microsoft.com/dotnet/using-dependabot-to-manage-dotnet-sdk-updates/
4+ - package-ecosystem : " dotnet-sdk"
5+ directory : /
6+ schedule :
7+ interval : " weekly"
8+ day : " tuesday"
9+ open-pull-requests-limit : 1
10+
11+ # NuGet package updates
12+ - package-ecosystem : nuget
13+ directory : /
514 schedule :
615 interval : " weekly"
716 day : " sunday"
817 open-pull-requests-limit : 3
918 rebase-strategy : disabled
10- - package-ecosystem : " github-actions"
11- directory : " /"
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']
26+ testcontainers :
27+ patterns : ['Testcontainers*']
28+ microsoft :
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
44+ directory : /
1245 schedule :
1346 interval : " weekly"
1447 day : " sunday"
1548 open-pull-requests-limit : 3
1649 rebase-strategy : disabled
50+
51+
You can’t perform that action at this time.
0 commit comments