Skip to content
Merged
Show file tree
Hide file tree
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ updates:
# Only allow @types/node updates that match the Node.js major version (24.x)
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
# Mirror pnpm's minimumReleaseAge: wait before proposing freshly published versions.
# Dependabot does not read pnpm-workspace.yaml, so this must be configured here.
cooldown:
default-days: 7
Comment thread
btravers marked this conversation as resolved.
open-pull-requests-limit: 10

# GitHub Actions
Expand All @@ -31,4 +35,6 @@ updates:
schedule:
interval: "weekly"
day: "monday"
cooldown:
default-days: 7
Comment thread
btravers marked this conversation as resolved.
open-pull-requests-limit: 5
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ allowBuilds:
protobufjs: true
ssh2: true

minimumReleaseAge: 10080
minimumReleaseAgeStrict: true
# First-party btravstack packages — the maturity delay guards against
# third-party supply-chain risk, which does not apply to our own org's libraries.
Expand Down
Loading