Skip to content

Commit 1aa68c5

Browse files
committed
2 parents 007041f + 618a32b commit 1aa68c5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: nuget
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "21:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: Microsoft.VSSDK.BuildTools
11+
versions:
12+
- 16.10.10
13+
- 16.10.23
14+
- 16.10.7
15+
- 16.9.1044
16+
- 16.9.1050
17+
- dependency-name: Microsoft.VisualStudio.Validation
18+
versions:
19+
- 16.8.33
20+
- 16.9.28
21+
- dependency-name: Microsoft.VisualStudio.Threading
22+
versions:
23+
- 16.9.54

0 commit comments

Comments
 (0)