Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 51431e8

Browse files
Upgrade to GitHub-native Dependabot
1 parent 391b2e0 commit 51431e8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
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.NET.Test.Sdk
11+
versions:
12+
- 16.8.3
13+
- 16.9.1
14+
- dependency-name: NUnit
15+
versions:
16+
- 3.13.1

0 commit comments

Comments
 (0)