Skip to content

Commit 27f5c0a

Browse files
Create dependabot.yml
1 parent 7d3bb9c commit 27f5c0a

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
patterns:
29+
- "Microsoft.Extensions.*"
30+
MicrosoftXamarin:
31+
patterns:
32+
- "Xamarin.*"
33+
# ignore:
34+
# - dependency-name: "MicrosoftMauiGraphicsVersion" # maestro

0 commit comments

Comments
 (0)