diff --git a/root/dot_bunfig.toml b/root/dot_bunfig.toml index 55af992..08932ab 100644 --- a/root/dot_bunfig.toml +++ b/root/dot_bunfig.toml @@ -1,2 +1,2 @@ [install] -minimumReleaseAge = 259200 +minimumReleaseAge = 604800 diff --git a/root/dot_npmrc b/root/dot_npmrc index ec9e05d..7253a5c 100644 --- a/root/dot_npmrc +++ b/root/dot_npmrc @@ -1 +1 @@ -min-release-age=3 +min-release-age=7 diff --git a/root/private_dot_config/aube/config.toml b/root/private_dot_config/aube/config.toml index a538dda..fd6fd60 100644 --- a/root/private_dot_config/aube/config.toml +++ b/root/private_dot_config/aube/config.toml @@ -1,4 +1,4 @@ jailBuilds = true -minimumReleaseAge = 4320 +minimumReleaseAge = 10080 strictStoreIntegrity = true strictDepBuilds = true diff --git a/root/private_dot_config/mise/config.toml.tmpl b/root/private_dot_config/mise/config.toml.tmpl index c2b5cd9..ca2e02a 100644 --- a/root/private_dot_config/mise/config.toml.tmpl +++ b/root/private_dot_config/mise/config.toml.tmpl @@ -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 diff --git a/root/private_dot_config/pnpm/rc b/root/private_dot_config/pnpm/rc index d7913f4..e595aad 100644 --- a/root/private_dot_config/pnpm/rc +++ b/root/private_dot_config/pnpm/rc @@ -1 +1 @@ -minimum-release-age=4320 +minimum-release-age=10080