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
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,34 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# Let a release sit before adopting it, narrowing the window in which a
# compromised or immediately-yanked version can be pulled in.
cooldown:
default-days: 7
semver-major-days: 14
semver-minor-days: 7
semver-patch-days: 3
open-pull-requests-limit: 10
commit-message:
prefix: chore(deps)
# Collapse routine minor/patch bumps into a single PR per ecosystem.
# Majors stay on their own so they still get individual review.
groups:
gradle-minor-and-patch:
patterns: ["*"]
update-types: ["minor", "patch"]
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# Let a release sit before adopting it, narrowing the window in which a
# compromised or immediately-yanked version can be pulled in.
cooldown:
default-days: 7
open-pull-requests-limit: 10
commit-message:
prefix: chore(deps)
groups:
github-actions-minor-and-patch:
patterns: ["*"]
update-types: ["minor", "patch"]
Loading