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
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
# CI restores packages from the Central Feed Service, which withholds
# upstream versions until they are roughly a week old (measured at ~6.8
# days; both the packument entry and the tarball return 404 before then).
# Dependabot's built-in cooldown is only 3 days, so bumps otherwise land in
# a window where the feed 404s and the build fails. 10 days leaves margin
# in case the feed's ingestion lag drifts.
cooldown:
default-days: 10
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading