From 383068934ca04092a068a7e7a0c2182ff57d4df3 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Thu, 5 May 2022 08:54:31 -0400 Subject: [PATCH] topgrade disable pnpm --- topgrade/topgrade.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/topgrade/topgrade.toml b/topgrade/topgrade.toml index 39e6985..33ce3fd 100644 --- a/topgrade/topgrade.toml +++ b/topgrade/topgrade.toml @@ -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"]