chore: Disable brew in topgrade

This commit is contained in:
Kyle Gospodnetich 2024-05-16 15:14:06 -07:00 committed by GitHub
parent fd7640dedb
commit b0a0ae4944
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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