Skip to content
Open
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
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

updates:
- package-ecosystem: npm
directory: '/'
# Required key, but inert here: security updates are triggered by Dependabot
# alerts, not by this interval, and version updates are disabled below.
schedule:
interval: weekly
# 0 disables version updates entirely. Security updates are exempt from this
# limit and keep flowing, which is the only Dependabot traffic we want.
open-pull-requests-limit: 0
groups:
# Collapse every security update into one PR instead of one PR per
# advisory. Without `applies-to`, grouping would only cover version
# updates and would do nothing here.
all-security-updates:
applies-to: security-updates
patterns:
- '*'
Loading