Skip to content

Commit

Permalink
renovate: pin graphql@15
Browse files Browse the repository at this point in the history
See #5605 and #5844.
  • Loading branch information
glasser committed Oct 29, 2021
1 parent 4d39eaf commit c041553
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"matchUpdateTypes": ["patch", "minor"],
"groupSlug": "all-minor-patch",
},
// We are currently working on v16 support; let's pin to v15 until we do so.
// See #5605 and #5844.
{
matchPackageNames: ["graphql"],
allowedVersions" "15.x"
},
// We need to support Node v12, so we don't allow ourselves to use type definitions
// that would let us write v14-specific code.
{
Expand Down

0 comments on commit c041553

Please sign in to comment.