From 0eb0c5e6e5afe2d7c3aa2f6bc93932eb2a0ed97c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 5 Nov 2023 14:41:01 +0100 Subject: [PATCH] custom config --- .config/topgrade/topgrade.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/topgrade/topgrade.toml b/.config/topgrade/topgrade.toml index aa42b3a..3b853c3 100644 --- a/.config/topgrade/topgrade.toml +++ b/.config/topgrade/topgrade.toml @@ -39,7 +39,7 @@ # display_time = true # Don't ask for confirmations (no default value) -# assume_yes = true +assume_yes = true # Do not ask to retry failed steps (default: false) # no_retry = true @@ -48,13 +48,13 @@ # run_in_tmux = true # Cleanup temporary or old files (default: false) -# cleanup = true +cleanup = true # Send a notification for every step (default: false) # notify_each_step = false # Skip sending a notification at the end of a run (default: false) -# skip_notify = true +skip_notify = true # The Bash-it branch to update (default: "stable") # bashit_branch = "stable" @@ -66,7 +66,7 @@ # # this will be ignored if the binary is built without self update support # -# available also via setting the environment variable TOPGRADE_NO_SELF_UPGRADE) +# available also via setting the environment variable (TOPGRADE_NO_SELF_UPGRADE) # no_self_update = true # Extra tracing filter directives @@ -94,7 +94,7 @@ [python] # enable_pip_review = true ###disabled by default # enable_pip_review_local = true ###disabled by default -# enable_pipupgrade = true ###disabled by default +enable_pipupgrade = true ###disabled by default # pipupgrade_arguments = "-y -u --pip-path pip" ###disabled by default @@ -184,7 +184,7 @@ [windows] # Manually select Windows updates -# accept_all_updates = false +accept_all_updates = true # open_remotes_in_new_terminal = true