We are migrating from Yarn 1+ to Yarn 2+ (3.2.1) to manage our project dependencies. Most of our private packages are in github but couple of open-sourceed packages are in npm.
When we migrate to Yarn 2+, we created .yarnrc.yml file to list the scope and auth token. Yarn2 fetches the private packages fine after the config but it fails to fetch scoped open-sourced packages as they are in npm.
How do we configure Yarn2 to say, all @company scoped packages are in github except for @company/package1 package which is in npm?