Disable helm and rubygems in topgrade

This commit is contained in:
Gabriel Augendre 2023-01-02 12:45:55 +01:00
parent cc69a8dde3
commit 12ae7dc3b4

View file

@ -2,7 +2,7 @@
#assume_yes = true
# Disable specific steps - same options as the command line flag
disable = ["containers", "gem", "vim", "tlmgr", "mas"]
disable = ["containers", "gem", "rubygems", "dotnet", "vim", "tlmgr", "mas"]
# Ignore failures for these steps
#ignore_failures = ["powershell"]