Skip to content
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
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ updates:
directory: /
schedule:
interval: weekly
# Wait 7 days after a version is released before updating
cooldown:
default-days: 7
labels:
- dependencies
- github-actions
Expand All @@ -17,6 +20,9 @@ updates:
interval: daily
# UTC
time: '08:00'
# Wait 7 days after a version is released before updating
cooldown:
default-days: 7
labels:
- dependencies
- npm
Expand Down