Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Wait a week after a release before PRing it, so pulled/broken versions
# never land here.
cooldown:
default-days: 7
groups:
npm-dependencies:
patterns:
Expand Down
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignore versions published less than 7 days ago (10080 minutes), so a pulled
# or compromised release never gets installed. Mirrors the dependabot cooldown.
minimum-release-age=10080