Skip to content

Commit e863f5b

Browse files
authored
Merge pull request #513 from csharpfritz/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents b7affc3 + 1246cdb commit e863f5b

File tree

1 file changed

+50
-9
lines changed

1 file changed

+50
-9
lines changed

.github/dependabot.yml

Lines changed: 50 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,52 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "nuget" # See documentation for possible values
9-
directory: "/" # Location of package manifests
10-
schedule:
11-
interval: "daily"
3+
- package-ecosystem: nuget
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "10:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: Microsoft.AspNetCore.App
11+
versions:
12+
- "> 2.1.6"
13+
- dependency-name: AutoFixture.Xunit2
14+
versions:
15+
- 4.15.0
16+
- 4.16.0
17+
- dependency-name: AutoFixture.AutoMoq
18+
versions:
19+
- 4.15.0
20+
- 4.16.0
21+
- dependency-name: AutoFixture
22+
versions:
23+
- 4.15.0
24+
- 4.16.0
25+
- dependency-name: System.IO.Abstractions
26+
versions:
27+
- 13.2.10
28+
- 13.2.11
29+
- 13.2.15
30+
- 13.2.17
31+
- 13.2.20
32+
- 13.2.23
33+
- 13.2.24
34+
- 13.2.25
35+
- 13.2.28
36+
- 13.2.9
37+
- dependency-name: Microsoft.AspNetCore.SignalR.Protocols.MessagePack
38+
versions:
39+
- 5.0.2
40+
- 5.0.3
41+
- 5.0.4
42+
- dependency-name: Microsoft.NET.Test.Sdk
43+
versions:
44+
- 16.8.3
45+
- 16.9.1
46+
- dependency-name: Octokit
47+
versions:
48+
- 0.48.0
49+
- 0.49.0
50+
- dependency-name: Moq
51+
versions:
52+
- 4.16.0

0 commit comments

Comments
 (0)