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 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:base " ,
4+ " config:recommended " ,
55 " :semanticCommitTypeAll(deps)"
66 ],
77 "platformAutomerge" : true ,
1313 },
1414 "packageRules" : [
1515 {
16- "updateTypes" : [" minor" , " patch" ],
16+ "matchUpdateTypes" : [
17+ " minor" ,
18+ " patch"
19+ ],
1720 "automerge" : true ,
18- "labels" : [" type: deps" ]
21+ "labels" : [
22+ " type: deps"
23+ ]
1924 },
2025 {
21- "paths" : [" docs/**" ],
26+ "matchFileNames" : [
27+ " docs/**"
28+ ],
2229 "commitMessagePrefix" : " chore" ,
2330 "commitMessageAction" : " update" ,
2431 "commitMessageTopic" : " docs dependencies" ,
25- "labels" : [" type: docs" , " type: deps" ]
32+ "labels" : [
33+ " type: docs" ,
34+ " type: deps"
35+ ]
2636 }
2737 ]
2838}
You can’t perform that action at this time.
0 commit comments