prisma-labs / graphqlgen

⚙️ Generate type-safe resolvers based upon your GraphQL Schema
MIT License
818 stars 54 forks source link

optimize renovate config #416

Closed jasonkuhrt closed 5 years ago

jasonkuhrt commented 5 years ago

Agree with https://github.com/prisma/graphqlgen/pull/410#issuecomment-457865490 that renovate noise on master branch is too high.

Would like to try a config that would achieve:

prod deps

dev deps

jasonkuhrt commented 5 years ago

Beta feature that might be interesting to try:

https://github.com/renovatebot/renovate/issues/2958

Instead of weekend PRs we can also do a living aggregate PR.

koenpunt commented 5 years ago

A living aggregate PR sounds like a good idea.

Also, the only updates that are actually important are patches.

Major versions should be aligned with the current state of the ecosystem. For example; a major update of graphql could make it required for users using graphqlgen to update their graphql dependency as well, otherwise there will exist multiple versions of graphql, which in turn causes issues with types being compared across versions, which will raise errors.