We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56e94e commit 0cc7ec8Copy full SHA for 0cc7ec8
.github/renovate.json
@@ -1,14 +1,27 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>the-guild-org/shared-config:renovate"],
4
+ "automerge": true,
5
+ "major": {
6
+ "automerge": false
7
+ },
8
"lockFileMaintenance": {
9
"enabled": true,
10
"automerge": true
11
},
12
"packageRules": [
13
- "matchPackagePatterns": ["*"],
- "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
+ ]
25
}
26
]
27
0 commit comments