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 7f19eb0 commit 0878b4dCopy full SHA for 0878b4d
renovate.json
@@ -3,9 +3,22 @@
3
"extends": ["config:recommended"],
4
"automergeStrategy": "squash",
5
"automergeType": "pr",
6
- "separateMinorPatch": true,
7
- "separateMajorMinor": true,
8
"packageRules": [
+ {
+ "matchCurrentVersion": "< 1.0.0",
9
+ "separateMinorPatch": true,
10
+ "patch": {
11
+ "groupName": "all non-breaking updates",
12
+ "groupSlug": "non-breaking"
13
+ }
14
+ },
15
16
+ "matchCurrentVersion": ">= 1.0.0",
17
+ "minor": {
18
19
20
21
22
{
23
"groupName": "npm",
24
"matchDatasources": ["npm"]
0 commit comments