We have repository A which is generating a (private) github package when merging to master.
We have repository B which is using the package as a dependency in package.json.
We'd like that whenever repository A generates a new package version, there is a new PR opened automatically on repo B to update version number in package.json
Is this possible?
Thank you