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"]
# Apply a 7-day minimum package age (similar to pnpm's minimumReleaseAge).
# Note: Dependabot can't express pnpm's minimumReleaseAgeExclude list; this applies to all updates.
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 @@ -60,6 +60,7 @@ catalog:
yaml: 2.9.0
zod: 4.4.3

minimumReleaseAge: 10080 # 7 days, in minutes
minimumReleaseAgeStrict: true

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