Skip to content

Commit

Permalink
renovate: only pin graphql to v15 on main (AS3)
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser authored Sep 23, 2022
1 parent c1ca2bb commit ae16658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"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.
// AS3 supports graphql v15 and v16; we build against v15 to avoid using v16-specific features.
{
matchPackageNames: ["graphql"],
matchBaseBranches: ["main"],
allowedVersions: "15.x"
},
// We need to support Node v12, so we don't allow ourselves to use type definitions
Expand Down

0 comments on commit ae16658

Please sign in to comment.