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 a9e151a commit e2e5139Copy full SHA for e2e5139
renovate.json
@@ -3,12 +3,28 @@
3
"extends": ["config:recommended"],
4
"prConcurrentLimit": 25,
5
"reviewers": ["YaroShkvorets", "0237h"],
6
- "automerge": false,
+ "automerge": true,
7
+ "major": {
8
+ "automerge": false
9
+ },
10
"lockFileMaintenance": {
11
"enabled": true,
12
"automerge": true
13
},
14
"recreateWhen": "never",
15
"labels": ["dependencies"],
- "rebaseWhen": "conflicted"
16
+ "rebaseWhen": "conflicted",
17
+ "packageRules": [
18
+ {
19
+ "excludePackagePatterns": [
20
+ "typescript",
21
+ "typedoc*",
22
+ "^@theguild/"
23
+ ],
24
+ "matchPackagePatterns": ["*"],
25
+ "matchUpdateTypes": ["minor", "patch"],
26
+ "groupName": "all non-major dependencies",
27
+ "groupSlug": "all-minor-patch"
28
+ }
29
+ ]
30
}
0 commit comments