From 12ae7dc3b448487cda44af3098bc8ecd65b353b2 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 2 Jan 2023 12:45:55 +0100 Subject: [PATCH] Disable helm and rubygems in topgrade --- dot_config/topgrade.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/topgrade.toml b/dot_config/topgrade.toml index 2e49afd..6d94590 100644 --- a/dot_config/topgrade.toml +++ b/dot_config/topgrade.toml @@ -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"]