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
4 changes: 4 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# Keeps the pnpm pin in one place instead of mirroring it in mise.toml.
idiomatic_version_file_enable_tools = ["pnpm"]
lockfile = true
# Matches the Renovate/pnpm 3-day quarantine. Only filters fuzzy/`latest`
# resolution (e.g. manual `mise up --bump`); install of the exact pins
# below bypasses it, and Renovate already gates automated bumps at 3 days.
minimum_release_age = "3d"

[tools]
node = "24.16.0"
Expand Down
2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ hoist: false

lockfileIncludeTarballUrl: false

# 4320 minutes = 3 days, matching the shared Renovate preset's quarantine.
minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- '@gtbuchanan/*'

Expand Down