mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 15:46:54 -04:00
feat: update topgrade configuration
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
# Run `sudo -v` to cache credentials at the start of the run
|
# 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
|
# This avoids a blocking password prompt in the middle of an unattended run
|
||||||
# (default: false)
|
# (default: false)
|
||||||
# pre_sudo = false
|
pre_sudo = true
|
||||||
|
|
||||||
# Sudo command to be used
|
# Sudo command to be used
|
||||||
# sudo_command = "sudo"
|
# sudo_command = "sudo"
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
# assume_yes = true
|
# assume_yes = true
|
||||||
|
|
||||||
# Do not ask to retry failed steps (default: false)
|
# Do not ask to retry failed steps (default: false)
|
||||||
# no_retry = true
|
no_retry = true
|
||||||
|
|
||||||
# Run inside tmux (default: false)
|
# Run inside tmux (default: false)
|
||||||
# run_in_tmux = true
|
# run_in_tmux = true
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
# tmux_session_mode = "attach_if_not_in_session"
|
# tmux_session_mode = "attach_if_not_in_session"
|
||||||
|
|
||||||
# Cleanup temporary or old files (default: false)
|
# Cleanup temporary or old files (default: false)
|
||||||
# cleanup = true
|
cleanup = true
|
||||||
|
|
||||||
# Send a notification for every step (default: false)
|
# Send a notification for every step (default: false)
|
||||||
# notify_each_step = false
|
# notify_each_step = false
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
|
|
||||||
# For the BrewFormula step
|
# For the BrewFormula step
|
||||||
# Execute `brew autoremove` after the step.
|
# Execute `brew autoremove` after the step.
|
||||||
# autoremove = true
|
autoremove = true
|
||||||
|
|
||||||
# For the BrewFormula step
|
# For the BrewFormula step
|
||||||
# Upgrade formulae built from the HEAD branch; `brew upgrade --fetch-HEAD`
|
# Upgrade formulae built from the HEAD branch; `brew upgrade --fetch-HEAD`
|
||||||
|
|||||||
Reference in New Issue
Block a user