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 @@ -19,6 +19,13 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
cooldown:
# GitHub applies a 3-day cooldown to version updates by default; keep it
# for third-party packages, but not for the ones this org publishes.
default-days: 3
exclude:
- "cpp-linter"
- "clang-tools"
groups:
org:
# org-maintained packages (the "action" dependency group)
Expand Down