Skip to content

Commit 4a6e730

Browse files
authored
Update renovate.json
1 parent 82695c2 commit 4a6e730

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/renovate.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>the-guild-org/shared-config:renovate"],
4+
"automerge": true,
5+
"major": {
6+
"automerge": false
7+
},
48
"lockFileMaintenance": {
59
"enabled": true,
610
"automerge": true
711
},
812
"packageRules": [
913
{
10-
"matchPackagePatterns": ["*"],
11-
"automerge": true
14+
"matchUpdateTypes": ["minor", "patch"],
15+
"groupName": "all non-major dependencies",
16+
"groupSlug": "all-minor-patch",
17+
"matchPackageNames": [
18+
"!/@changesets/*/",
19+
"!/typescript/",
20+
"!/^@theguild//",
21+
"!/next/",
22+
"!/husky/",
23+
"*"
24+
]
1225
}
1326
]
1427
}

0 commit comments

Comments
 (0)