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 # Additional git repositories to pull
#git_repos = [ git_repos = [
# "~/src/*/", "~/.password-store",
# "~/.config/something" ]
#]
# Disable specific steps - same options as the command line flag # 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 # Run specific steps - same options as the command line flag
#only = ["system", "emacs"] #only = ["system", "emacs"]