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

Commit 9d39aa5

Browse files
committed
Updated dependabot.yml
1 parent cf31a3d commit 9d39aa5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "npm"
4+
directory: "/"
105
schedule:
116
interval: "daily"
7+
time: "00:00"
128
- package-ecosystem: "github-actions"
139
directory: "/"
1410
schedule:
1511
interval: "daily"
12+
time: "00:00"

0 commit comments

Comments
 (0)