-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathdependabot.yml
33 lines (33 loc) · 1.04 KB
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: thursday
time: "12:00"
timezone: "America/New_York"
- package-ecosystem: nuget
directory: "/"
groups:
xunit:
patterns:
- xunit*
schedule:
interval: weekly
day: thursday
time: "12:00"
timezone: "America/New_York"
ignore:
# Ignore the libraries which are pinned
- dependency-name: "Microsoft.Bcl.AsyncInterfaces"
- dependency-name: "Microsoft.Extensions.Caching.Memory"
- dependency-name: "Microsoft.Extensions.Logging"
- dependency-name: "Microsoft.Extensions.Logging.Abstractions"
- dependency-name: "Microsoft.Extensions.Options"
- dependency-name: "Microsoft.Extensions.TimeProvider.Testing"
- dependency-name: "System.ComponentModel.Annotations"
- dependency-name: "System.Diagnostics.DiagnosticSource"
- dependency-name: "System.Threading.RateLimiting"
- dependency-name: "System.Threading.Tasks.Extensions"
- dependency-name: "System.ValueTuple"