File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
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
" :semanticCommitTypeAll(deps)"
6
6
],
7
7
"platformAutomerge" : true ,
13
13
},
14
14
"packageRules" : [
15
15
{
16
- "updateTypes" : [" minor" , " patch" ],
16
+ "matchUpdateTypes" : [
17
+ " minor" ,
18
+ " patch"
19
+ ],
17
20
"automerge" : true ,
18
- "labels" : [" type: deps" ]
21
+ "labels" : [
22
+ " type: deps"
23
+ ]
19
24
},
20
25
{
21
- "paths" : [" docs/**" ],
26
+ "matchFileNames" : [
27
+ " docs/**"
28
+ ],
22
29
"commitMessagePrefix" : " chore" ,
23
30
"commitMessageAction" : " update" ,
24
31
"commitMessageTopic" : " docs dependencies" ,
25
- "labels" : [" type: docs" , " type: deps" ]
32
+ "labels" : [
33
+ " type: docs" ,
34
+ " type: deps"
35
+ ]
26
36
}
27
37
]
28
38
}
You can’t perform that action at this time.
0 commit comments