File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # version: 2
2+ # updates:
3+ # - package-ecosystem: nuget
4+ # directory: "/src"
5+ # schedule:
6+ # interval: daily
7+ # open-pull-requests-limit: 25
8+ #
9+ # labels:
10+ # - "nuget"
11+ # - "dependencies"
12+
113version : 2
14+ registries :
15+ custom-nuget :
16+ type : nuget-feed
17+ url : https://api.nuget.org/v3/index.json
218updates :
319- package-ecosystem : nuget
420 directory : " /src"
21+ registries :
22+ - custom-nuget
523 schedule :
624 interval : daily
25+ # Run at 10pm Pacific time
26+ time : " 22:00"
27+ timezone : " America/Los_Angeles"
728 open-pull-requests-limit : 25
8-
29+ groups :
30+ AndroidX :
31+ patterns :
32+ - " Xamarin.AndroidX.*"
33+ - " Xamarin.Build.Download"
34+ - " Xamarin.Google.Android.Material"
35+ - " Xamarin.Google.Crypto.Tink.Android"
36+ - " Xamarin.GooglePlayServices.Maps"
37+ - " Xamarin.Android.Glide*"
38+ Syncfusion :
39+ patterns :
40+ - " Syncfusion.*"
41+ MicrosoftExtensions :
42+ patterns :
43+ - " Microsoft.Extensions.*"
44+ WindowsAppSDK :
45+ patterns :
46+ - " Microsoft.Graphics.Win2D"
47+ - " Microsoft.Windows.SDK.BuildTools"
48+ - " Microsoft.WindowsAppSDK"
49+ xunit :
50+ patterns :
51+ - " xunit"
52+ - " xunit.runner.*"
53+ # ignore:
54+ # - dependency-name: "MicrosoftMauiGraphicsVersion" # maestro
55+
956 labels :
1057 - " nuget"
1158 - " dependencies"
59+
You can’t perform that action at this time.
0 commit comments