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
2 changes: 1 addition & 1 deletion root/dot_bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[install]
minimumReleaseAge = 259200
minimumReleaseAge = 604800
2 changes: 1 addition & 1 deletion root/dot_npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
min-release-age=3
min-release-age=7
2 changes: 1 addition & 1 deletion root/private_dot_config/aube/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jailBuilds = true
minimumReleaseAge = 4320
minimumReleaseAge = 10080
strictStoreIntegrity = true
strictDepBuilds = true
3 changes: 3 additions & 0 deletions root/private_dot_config/mise/config.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ idiomatic_version_file_enable_tools = ["node", "go", "python", "bun"]
# Tools must be published for at least N days before they will be installed
minimum_release_age = "7d"

# Warn (don't auto-install) when a tool is not found
not_found_behavior = "warn"

# The upstream nodejs signing key's creation date drifts newer than the
# tarball signature timestamp, which trips gpg with "Time conflict" and
# fails `mise install`. Tarballs are still SHA-checksum verified against
Expand Down
2 changes: 1 addition & 1 deletion root/private_dot_config/pnpm/rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
minimum-release-age=4320
minimum-release-age=10080