Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 4e0fc83

Browse files
authored
Merge pull request #274 from codeoverflow-org/fix/npm-dependabot
Enable dependabot for npm dependencies
2 parents 773bf73 + c484f19 commit 4e0fc83

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
### Issues with lerna stop us from auto-updating npm dependencies
8-
### See: https://github.com/codeoverflow-org/nodecg-io/issues/263
9-
# - package-ecosystem: "npm"
10-
# directory: "/"
11-
# schedule:
12-
# interval: "daily"
7+
- package-ecosystem: "npm"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
day: "saturday"

0 commit comments

Comments
 (0)