Skip to content

Commit

Permalink
fix(topgrade): ignore helm, ignore npm errors (ublue-os#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored and wizzywizard65 committed Mar 4, 2024
1 parent 23f8a05 commit 8184d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/share/ublue-os/topgrade.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[misc]
no_self_update = true
disable = ["self_update", "toolbx", "containers"]
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3", "helm", "home_manager", "firmware"]
disable = ["self_update", "toolbx", "containers", "helm"]
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "npm", "pip3", "home_manager", "firmware"]
assume_yes = true
no_retry = false

Expand Down

0 comments on commit 8184d0f

Please sign in to comment.