File tree Expand file tree Collapse file tree 1 file changed +39
-1
lines changed
Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
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
312 - package-ecosystem : nuget
413 directory : /
514 schedule :
615 interval : weekly
716 day : sunday
817 open-pull-requests-limit : 3
918 rebase-strategy : disabled
10-
19+ groups :
20+ microsoft-sbom :
21+ patterns : ['Microsoft.Sbom.*']
22+ testcontainers :
23+ patterns : ['Testcontainers*']
24+ microsoft :
25+ patterns : [Microsoft.*, System.*]
26+ test-dependencies :
27+ patterns : ['coverlet.collector', 'Microsoft.NET.Test.Sdk']
28+ xunit :
29+ patterns : [xunit.*]
30+ # Grouping for Testcontainers
31+ kafka :
32+ patterns : ['Confluent.Kafka']
33+ rabbitmq :
34+ patterns : ['RabbitMQ.Client']
35+ restassured :
36+ patterns : ['RestAssured.Net']
37+ all-dependencies :
38+ patterns : ['*']
39+
1140# Github Actions updates
1241 - package-ecosystem : github-actions
1342 directory : /
@@ -16,3 +45,12 @@ updates:
1645 day : sunday
1746 open-pull-requests-limit : 3
1847 rebase-strategy : disabled
48+
49+
50+ - package-ecosystem : nuget
51+ directory : /.config/
52+ schedule :
53+ interval : weekly
54+ groups :
55+ dotnet-tools :
56+ patterns : ['*']
You can’t perform that action at this time.
0 commit comments