Skip to content

Commit 9571b3a

Browse files
committed
Group Renovate PRs
1 parent bbf67c5 commit 9571b3a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

renovate.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
{
2-
"extends": ["github>the-guild-org/shared-config:renovate"]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>the-guild-org/shared-config:renovate"],
4+
"automerge": false,
5+
"lockFileMaintenance": {
6+
"enabled": true,
7+
"automerge": true
8+
},
9+
"packageRules": [
10+
{
11+
"matchUpdateTypes": ["minor", "patch"],
12+
"groupName": "all non-major dependencies",
13+
"groupSlug": "all-minor-patch",
14+
"matchPackageNames": ["*"]
15+
}
16+
]
317
}

0 commit comments

Comments
 (0)