Urigo / graphql-cli

📟 Command line tool for common GraphQL development workflows
https://graphql-cli.com
MIT License
2k stars 113 forks source link

Set up grouping for dependency updates #123

Open kbrandwijk opened 6 years ago

kbrandwijk commented 6 years ago

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.

Urigo commented 5 years ago

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

Leaving open until we do