Skip to content

Commit 1722749

Browse files
Merge pull request #1004 from martincostello/add-dependabot
Add dependabot updates
2 parents aba7a34 + bb9285a commit 1722749

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
day: thursday
8+
time: "12:00"
9+
timezone: "America/New_York"
10+
- package-ecosystem: nuget
11+
directory: "/"
12+
schedule:
13+
interval: weekly
14+
day: thursday
15+
time: "12:00"
16+
timezone: "America/New_York"

0 commit comments

Comments
 (0)