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 09027b3 commit fcf5cf3Copy full SHA for fcf5cf3
renovate.json
@@ -1,11 +1,24 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>the-guild-org/shared-config:renovate"],
4
- "ignoreDeps": ["@graphql-inspector/core", "next"],
5
"packageRules": [
6
7
"matchPackageNames": ["graphql-yoga"],
8
"followTag": "three"
+ },
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"
22
}
23
]
24
0 commit comments