Skip to content

Commit 3e4ca36

Browse files
Merge pull request #255 from AndreasReitberger/AndreasReitberger-patch-1
Update dependabot.yml
2 parents 047dad2 + 8dd8317 commit 3e4ca36

1 file changed

Lines changed: 49 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,59 @@
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+
113
version: 2
14+
registries:
15+
custom-nuget:
16+
type: nuget-feed
17+
url: https://api.nuget.org/v3/index.json
218
updates:
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+

0 commit comments

Comments
 (0)