Skip to content

Commit 0aa4a7d

Browse files
authored
Renovate: This is Express 4 (#11)
1 parent 435cc1c commit 0aa4a7d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.changeset/config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@1.6.3/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
55
{ "repo": "apollo-server-integrations/apollo-server-integration-express4" }
66
],
77
"commit": false,
88
"access": "public",
9-
"baseBranch": "main"
9+
"baseBranch": "main",
10+
"changedFilePatterns": [
11+
"**", "!renovate.json5"
12+
]
1013
}

renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@
1616
matchPackageNames: ["@types/node"],
1717
allowedVersions: "20.x",
1818
},
19+
// This is the Express 4 integration. We have a whole other package for Express 5.
20+
{
21+
matchPackageNames: ["express", "@types/express", "@types/express-serve-static-core"],
22+
allowedVersions: "4.x",
23+
},
1924
],
2025
}

0 commit comments

Comments
 (0)