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"]