Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

chore(dependabot): Instruct dependabot to create a single pr #850

Merged
merged 1 commit into from
May 8, 2023
Merged

chore(dependabot): Instruct dependabot to create a single pr #850

merged 1 commit into from
May 8, 2023

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented May 8, 2023

Purpose

At the moment, every time that dependabot creates a pull request to update a dependency, it creates a separate pull request for 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.

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.
@lordrip lordrip requested a review from a team May 8, 2023 08:25
@Delawen Delawen merged commit 373a132 into KaotoIO:main May 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants