Skip to content
Closed
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
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ updates:
directory: '/'
schedule:
interval: 'daily'
# Mirrors `npmMinimalAgeGate` in `.yarnrc.yml`, which refuses to install any
# package published less than 3 days ago. Proposing a fresher version than
# that would only produce a pull request that cannot install. The exclusions
# match `npmPreapprovedPackages`, which are exempt from the gate.
cooldown:
default-days: 3
exclude:
- '@metamask/*'
- '@metamask-previews/*'
- '@lavamoat/*'
allow:
- dependency-name: '@metamask/*'
versioning-strategy: 'increase'
Expand Down