File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 30
30
},
31
31
{
32
32
"matchDepTypes" : [" dependencies" ],
33
+ "matchUpdateTypes" : [" minor" , " patch" ],
34
+ "semanticCommitType" : " build" ,
35
+ "automerge" : true ,
36
+ "automergeType" : " branch"
37
+ },
38
+ {
39
+ "matchDepTypes" : [" dependencies" ],
40
+ "matchUpdateTypes" : [" major" ],
33
41
"semanticCommitType" : " build"
34
42
},
35
43
{
36
44
"matchDepTypes" : [" action" ],
37
45
"semanticCommitType" : " ci" ,
38
46
"semanticCommitScope" : " action"
39
47
},
40
-
41
48
{
42
49
"extends" : [" monorepo:semantic-release" ],
43
50
"groupName" : " semantic-release related packages" ,
56
63
"groupName" : " semantic-release related packages" ,
57
64
"matchUpdateTypes" : [" digest" , " patch" , " minor" , " major" ]
58
65
},
59
-
60
66
{
61
67
"extends" : [" packages:linters" ],
62
68
"groupName" : " linters" ,
67
73
"groupName" : " tests" ,
68
74
"addLabels" : [" tests" ]
69
75
},
70
-
71
76
{
72
77
"matchDepTypes" : [" devDependencies" ],
73
78
"matchUpdateTypes" : [" minor" , " patch" ],
You can’t perform that action at this time.
0 commit comments