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

Enable dependabot for npm dependencies #274

Merged
merged 1 commit into from
Oct 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ updates:
directory: "/"
schedule:
interval: "daily"
### Issues with lerna stop us from auto-updating npm dependencies
### See: https://github.com/codeoverflow-org/nodecg-io/issues/263
# - package-ecosystem: "npm"
# directory: "/"
# schedule:
# interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"