Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -138,6 +138,11 @@
matchPackageNames: ["negotiator"],
allowedVersions: "0.x",
},
// npm@10 drops support for node v14. We can take this when we drop node v14 support.
{
matchPackageNames: ["npm"],
allowedVersions: "9.x",
},
// We specifically provide a first-party integration (`expressMiddleware`
// imported from `@apollo/server/express4`) for Express v4 because it is the
// most common web framework. (Additionally, as an internal implementation

0 comments on commit 39dd6eb

Please sign in to comment.