We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff8274f + af8977d commit 2b55a22Copy full SHA for 2b55a22
.github/renovate.json
@@ -7,7 +7,8 @@
7
"dependencies"
8
],
9
"lockFileMaintenance": {
10
- "enabled": true
+ "enabled": true,
11
+ "automerge": true
12
},
13
"prCreation": "not-pending",
14
"rangeStrategy": "replace",
@@ -23,6 +24,21 @@
23
24
"opentelemetry"
25
26
"groupName": "opentelemetry"
27
+ },
28
+ {
29
+ "matchUpdateTypes": [
30
+ "minor",
31
+ "patch"
32
+ ],
33
+ "matchCurrentVersion": "!/^0/",
34
35
36
37
38
39
40
+ "matchCurrentVersion": "/^0\\./",
41
42
}
43
]
44
0 commit comments