chore: Add some additional options to the default topgrade config

This commit is contained in:
Kyle Gospodnetich 2024-01-20 10:29:08 -08:00
parent ce51510309
commit 1977143aa5

View File

@ -2,5 +2,8 @@
paths = ["/etc/ublue-os/topgrade.toml"]
[misc]
no_self_update = true
assume_yes = true
no_retry = true
disable = ["toolbx", "self_update"]
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3"]