Skip to content

Commit 62cde8e

Browse files
committed
Configure Dependabot
1 parent 22efc1f commit 62cde8e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)