Skip to content
Open
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 @@ -27,6 +27,10 @@ updates:
# Only allow @types/node patch/minor updates (block major version bumps)
- 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.
Comment on lines +30 to +31
cooldown:
default-days: 7
open-pull-requests-limit: 10

# GitHub Actions
Expand All @@ -35,4 +39,6 @@ updates:
schedule:
interval: "weekly"
day: "monday"
cooldown:
default-days: 7
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 @@ -59,6 +59,7 @@ catalog:
yaml: 2.9.0
zod: 4.4.3

minimumReleaseAge: 10080
minimumReleaseAgeStrict: true

# unthrown and its companions are first-party (btravstack) packages; exempt them
Expand Down
Loading