topgrade disable pnpm

This commit is contained in:
Anthony Cicchetti 2022-05-05 08:54:31 -04:00
parent ba4a044ba7
commit 383068934c

View file

@ -1,11 +1,10 @@
# Additional git repositories to pull
#git_repos = [
# "~/src/*/",
# "~/.config/something"
#]
git_repos = [
"~/.password-store",
]
# Disable specific steps - same options as the command line flag
# disable = ["microsoft_auto_update"]
disable = ["pnpm"]
# Run specific steps - same options as the command line flag
#only = ["system", "emacs"]