This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dependabot): Instruct dependabot to create a single pr
At the moment, every time that dependabot creates a pull request for update a dependency, it creates a separate pull request to each sub-package. As an example, to update webpack, it will create at least seven pull requests, one for each package. Checking this issue dependabot/dependabot-core#3399 it seems possible to configure only the root package.json and let dependabot read the subsequent packages from yarn workspaces.
- Loading branch information