Skip to content

Commit 48c1a58

Browse files
committedOct 26, 2021
Update dependabot.yml
1 parent 8abf9b9 commit 48c1a58

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
 

‎.github/dependabot.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
3+
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: "daily"
7+
time: "18:00"
8+
timezone: "Asia/Seoul"
79
open-pull-requests-limit: 10
8-
ignore:
9-
- dependency-name: "@types/node"
10-
versions:
11-
- 15.0.0

0 commit comments

Comments
 (0)