fix: Disable container update in topgrade, solves issue with topgrade needlessly starting containers. Does not affect Distrobox.

This commit is contained in:
Kyle Gospodnetich 2024-01-25 15:59:26 -08:00
parent bf32744f5f
commit b97f10b613

View File

@ -3,7 +3,7 @@ paths = ["/etc/ublue-os/topgrade.toml"]
[misc]
no_self_update = true
disable = ["toolbx", "self_update"]
disable = ["self_update", "toolbx", "containers"]
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3", "helm", "home_manager", "firmware"]
assume_yes = true
no_retry = false