feat: update topgrade configuration

This commit is contained in:
Anthony Oteri
2025-09-16 21:08:14 -04:00
parent a4e83fe3a6
commit 51e81d66c8
+4 -4
View File
@@ -9,7 +9,7 @@
# Run `sudo -v` to cache credentials at the start of the run
# This avoids a blocking password prompt in the middle of an unattended run
# (default: false)
# pre_sudo = false
pre_sudo = true
# Sudo command to be used
# sudo_command = "sudo"
@@ -42,7 +42,7 @@
# assume_yes = true
# Do not ask to retry failed steps (default: false)
# no_retry = true
no_retry = true
# Run inside tmux (default: false)
# run_in_tmux = true
@@ -54,7 +54,7 @@
# tmux_session_mode = "attach_if_not_in_session"
# Cleanup temporary or old files (default: false)
# cleanup = true
cleanup = true
# Send a notification for every step (default: false)
# notify_each_step = false
@@ -135,7 +135,7 @@
# For the BrewFormula step
# Execute `brew autoremove` after the step.
# autoremove = true
autoremove = true
# For the BrewFormula step
# Upgrade formulae built from the HEAD branch; `brew upgrade --fetch-HEAD`