updates
updates copied to clipboard
Exclude updates by regex
Hello,
When I use the update into de monorepo, is necessary to exclude all monorepo packages, the update fail because the monorepo dependencies is not found in npmjs.... So, is possible to fix the error exclude all packages....
updates -u -m -e @name/pack1,@name/pack2,@name/pack3,...
I want a options to exclude monorepo packages to use a regex, for example:
updates -u -m -e @name/*
Best regards