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
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ updates:
directory: /
schedule:
interval: daily
cooldown:
default-days: 3
open-pull-requests-limit: 25

- package-ecosystem: npm
directory: /
schedule:
interval: daily
cooldown:
default-days: 3
open-pull-requests-limit: 25

# Ruby needs to be upgraded manually in multiple places, so cannot
# be upgraded by Dependabot. That effectively makes the below
Expand All @@ -21,8 +27,14 @@ updates:
directory: /
schedule:
interval: weekly
cooldown:
default-days: 3
open-pull-requests-limit: 25

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
cooldown:
default-days: 3
open-pull-requests-limit: 25
Loading