From 51e81d66c8e7bd7979eb0790ec37adbe861584ce Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:08:14 -0400 Subject: [PATCH] feat: update topgrade configuration --- .config/topgrade.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/topgrade.toml b/.config/topgrade.toml index 7c0db35..20b2083 100644 --- a/.config/topgrade.toml +++ b/.config/topgrade.toml @@ -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`