topgrade disable tlmgr and vim by default

This commit is contained in:
Gabriel Augendre 2022-08-05 17:53:25 +02:00
parent cd3ea54baf
commit 892b000fbd

View file

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