We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b6e56 commit c2b006bCopy full SHA for c2b006b
.changeset/config.json
@@ -1,10 +1,13 @@
1
{
2
- "$schema": "https://unpkg.com/@changesets/config@1.6.3/schema.json",
+ "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
3
"changelog": [
4
"@changesets/changelog-github",
5
{ "repo": "apollo-server-integrations/apollo-server-integration-express5" }
6
],
7
"commit": false,
8
"access": "public",
9
- "baseBranch": "main"
+ "baseBranch": "main",
10
+ "changedFilePatterns": [
11
+ "**", "!renovate.json5"
12
+ ]
13
}
0 commit comments