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.
2 parents 7d3bb9c + 27f5c0a commit 375dd25Copy full SHA for 375dd25
1 file changed
.github/dependabot.yml
@@ -0,0 +1,34 @@
1
+version: 2
2
+registries:
3
+ custom-nuget:
4
+ type: nuget-feed
5
+ url: https://api.nuget.org/v3/index.json
6
+updates:
7
+- package-ecosystem: nuget
8
+ directory: "/src"
9
+ registries:
10
+ - custom-nuget
11
+ schedule:
12
+ interval: daily
13
+ # Run at 10pm Pacific time
14
+ time: "22:00"
15
+ timezone: "America/Los_Angeles"
16
+ open-pull-requests-limit: 25
17
+ labels:
18
+ - "nuget"
19
+ - "dependencies"
20
+ groups:
21
+# default:
22
+# patterns:
23
+# - "*"
24
+ Syncfusion:
25
+ patterns:
26
+ - "Syncfusion.Xamarin*"
27
+ MicrosoftExtensions:
28
29
+ - "Microsoft.Extensions.*"
30
+ MicrosoftXamarin:
31
32
+ - "Xamarin.*"
33
+# ignore:
34
+# - dependency-name: "MicrosoftMauiGraphicsVersion" # maestro
0 commit comments