diff --git a/.config/mise.toml b/.config/mise.toml index a733aa2..628eeac 100644 --- a/.config/mise.toml +++ b/.config/mise.toml @@ -27,6 +27,8 @@ golangci-lint = "1.64.8" # See note about about overrides if you need to customi [settings] experimental = true # Required for Go binaries (e.g. pulumictl). lockfile = false +http_retries = 3 +pin = true # `mise use` should pin versions instead of defaulting to latest. [plugins] vfox-pulumi = "https://github.com/pulumi/vfox-pulumi"