chore(topgrade): Add helm, home_manager, and firmware to ignore failure list

This commit is contained in:
Kyle Gospodnetich 2024-01-23 11:43:19 -08:00
parent 04ab8766f4
commit 62095556ad

View File

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