graphql-cli icon indicating copy to clipboard operation
graphql-cli copied to clipboard

Set up grouping for dependency updates

Open kbrandwijk opened this issue 7 years ago • 1 comments

Right now, every update to graphql-import causes two new versions of graphql-cli.

One from graphql-import -> graphql-cli-prepare -> graphql-cli One from graphql-import -> graphcool-binding -> graphql-cli.

This can be fixed by grouping graphql-import and graphcool-binding together in Renovate.

It's even worse with an update to graphql. This will cause updates of both graphql-import and graphql-static-binding, causing two new versions of graphql-cli-prepare and one new version of graphcool-binding, causing three new versions of graphql-cli.

kbrandwijk avatar Jan 06 '18 20:01 kbrandwijk

This is now a monorepo and we are planning to group all the sub-dependencies for Renovate.

Leaving open until we do

Urigo avatar Oct 29 '19 19:10 Urigo