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
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ version: 2
# supply-chain risk from fresh or compromised releases. Cooldown does not apply
# to security updates, so enabling Dependabot security updates in the repository
# settings still lands those immediately.
#
# Every ecosystem below sets `patterns: ["*"]` to take in all of its
# dependencies. Dependabot requires `patterns` on each entry that joins a
# multi-ecosystem group, and rejects the whole file without it.
multi-ecosystem-groups:
dev-tooling:
schedule:
Expand All @@ -15,13 +19,15 @@ updates:
# npm devDependencies: prek, Prettier, Bats.
- package-ecosystem: npm
directory: "/"
patterns: ["*"]
multi-ecosystem-group: dev-tooling
cooldown:
default-days: 30

# GitHub Actions used by the CI workflows.
- package-ecosystem: github-actions
directory: "/"
patterns: ["*"]
multi-ecosystem-group: dev-tooling
cooldown:
default-days: 30
Expand All @@ -30,6 +36,7 @@ updates:
# pre-commit-hooks). prek reads the same config format Dependabot updates.
- package-ecosystem: pre-commit
directory: "/"
patterns: ["*"]
multi-ecosystem-group: dev-tooling
cooldown:
default-days: 30
Loading