Skip to content

Commit ab18ecc

Browse files
authored
housekeeping: Add dependabot file.
1 parent e9af740 commit ab18ecc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: nuget
4+
directory: "/integrationtests"
5+
schedule:
6+
interval: daily
7+
time: "00:00"
8+
open-pull-requests-limit: 10
9+
- package-ecosystem: nuget
10+
directory: "/src"
11+
schedule:
12+
interval: daily
13+
time: "00:00"
14+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)