feat(mise): add mise configuration options for bump and interactive modes (#1546)

This commit is contained in:
Rubin Bhandari
2025-11-20 22:13:13 +05:45
committed by GitHub
parent 2d40f7bdb3
commit 9bb5a680ac
3 changed files with 50 additions and 1 deletions

View File

@@ -291,6 +291,16 @@
# (default: false)
# exclude_encrypted = false
[mise]
# Upgrades to the latest version available, bumping the version in mise.toml
# (default: false)
# bump = false
# Run interactively
# (default: false)
# interactive = false
[npm]
# Use sudo if the NPM directory isn't owned by the current user
# use_sudo = true