File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 37
37
"semanticCommitType" : " chore" ,
38
38
"groupName" : " all non-major dependencies" ,
39
39
"groupSlug" : " root-all-minor-patch" ,
40
- "matchPackagePatterns" : [
41
- " *"
42
- ],
43
- "matchUpdateTypes" : [
44
- " minor" ,
45
- " patch"
46
- ]
40
+ "matchPackagePatterns" : [" *" ],
41
+ "matchUpdateTypes" : [" minor" , " patch" ]
47
42
},
48
43
{
44
+ "description" : " Example dependencies" ,
45
+ "extends" : [" schedule:weekly" ],
49
46
"matchPaths" : [" examples/**" ],
50
- "semanticCommitType" : " chore"
47
+ "semanticCommitType" : " chore" ,
48
+ "groupName" : " all non-major dependencies (examples)" ,
49
+ "groupSlug" : " examples-all-minor-patch" ,
50
+ "matchPackagePatterns" : [" *" ],
51
+ "matchUpdateTypes" : [" minor" , " patch" ]
51
52
},
52
53
{
53
54
"description" : " UI5 Web Components (for React) in all examples" ,
You can’t perform that action at this time.
0 commit comments