File tree 1 file changed +18
-10
lines changed
1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- " config:base "
4
+ " config:recommended "
5
5
],
6
6
"labels" : [
7
7
" dependencies"
13
13
},
14
14
"prCreation" : " immediate" ,
15
15
"rangeStrategy" : " update-lockfile" ,
16
- "stabilityDays " : 3 ,
16
+ "minimumReleaseAge " : " 3 days " ,
17
17
"github-actions" : {
18
18
"fileMatch" : [
19
19
" ^ci\\ /.*/[^/]+\\ .ya?ml$"
20
20
]
21
21
},
22
22
"packageRules" : [
23
23
{
24
- "matchManagers" : [" cargo" ],
25
- "matchUpdateTypes" : [" patch" ],
24
+ "matchManagers" : [
25
+ " cargo"
26
+ ],
27
+ "matchUpdateTypes" : [
28
+ " patch"
29
+ ],
26
30
"enabled" : false
27
31
},
28
32
{
29
- "matchManagers" : [" cargo" ],
30
- "matchUpdateTypes" : [" minor" ],
33
+ "matchManagers" : [
34
+ " cargo"
35
+ ],
36
+ "matchUpdateTypes" : [
37
+ " minor"
38
+ ],
31
39
"matchCurrentVersion" : " !/^0/" ,
32
40
"enabled" : false
33
41
},
34
42
{
35
- "matchPackagePatterns " : [
36
- " opentelemetry "
37
- ],
38
- "groupName" : " opentelemetry "
43
+ "groupName " : " opentelemetry " ,
44
+ "matchPackageNames" : [
45
+ " /opentelemetry/ "
46
+ ]
39
47
}
40
48
]
41
49
}
You can’t perform that action at this time.
0 commit comments