topgrade disable pnpm
This commit is contained in:
parent
ba4a044ba7
commit
383068934c
1 changed files with 4 additions and 5 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue