Skip to content

Commit fcf5cf3

Browse files
authored
Update renovate.json
1 parent 09027b3 commit fcf5cf3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

renovate.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>the-guild-org/shared-config:renovate"],
4-
"ignoreDeps": ["@graphql-inspector/core", "next"],
54
"packageRules": [
65
{
76
"matchPackageNames": ["graphql-yoga"],
87
"followTag": "three"
8+
},
9+
{
10+
"excludePackagePatters": [
11+
"@changesets/*",
12+
"typescript",
13+
"typedoc*",
14+
"^@theguild/",
15+
"@graphql-inspector/core",
16+
"next"
17+
],
18+
"matchPackagePatterns": ["*"],
19+
"matchUpdateTypes": ["minor", "patch"],
20+
"groupName": "all non-major dependencies",
21+
"groupSlug": "all-minor-patch"
922
}
1023
]
1124
}

0 commit comments

Comments
 (0)