diff --git a/renovate.json5 b/renovate.json5 index 9ef49ac7f5a..7a2240f7d94 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -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. {