Skip to content

Commit 30b52c8

Browse files
committed
Group PRs temporarily
1 parent f00a7c1 commit 30b52c8

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

renovate.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,38 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>the-guild-org/shared-config:renovate", ":preserveSemverRanges"],
4+
"automerge": true,
5+
"major": {
6+
"automerge": false
7+
},
8+
"lockFileMaintenance": {
9+
"enabled": true,
10+
"automerge": true
11+
},
412
"packageRules": [
513
{
614
"groupName": "graphql-tools",
715
"matchPackagePrefixes": "@graphql-tools"
16+
},
17+
{
18+
"groupName": "whatwg-node",
19+
"matchPackagePrefixes": "@whatwg-node"
20+
},
21+
{
22+
"excludePackagePatterns": [
23+
"@changesets/*",
24+
"typescript",
25+
"^@theguild/",
26+
"next",
27+
"@whatwg-node/*",
28+
"@graphql-tools/*"
29+
],
30+
"matchPackagePatterns": ["*"],
31+
"matchUpdateTypes": ["minor", "patch"],
32+
"groupName": "all non-major dependencies",
33+
"groupSlug": "all-minor-patch"
834
}
9-
]
35+
],
36+
"ignorePaths": ["**/__tests__/**", "**/test/**", "**/tests/**", "**/__fixtures__/**"],
37+
"baseBranches": ["main"]
1038
}

0 commit comments

Comments
 (0)