Skip to content

Commit c2b006b

Browse files
committed
Renovate config changes don't need a changeset
1 parent 05b6e56 commit c2b006b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-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-express5" }
66
],
77
"commit": false,
88
"access": "public",
9-
"baseBranch": "main"
9+
"baseBranch": "main",
10+
"changedFilePatterns": [
11+
"**", "!renovate.json5"
12+
]
1013
}

0 commit comments

Comments
 (0)