File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 20
20
"groupName" : " components" ,
21
21
"commitMessageTopic" : " components" ,
22
22
"matchPaths" : [
23
- " packages/components/*"
23
+ " packages/components/** "
24
24
],
25
25
"matchUpdateTypes" : [
26
26
" major" ,
35
35
"groupName" : " core" ,
36
36
"commitMessageTopic" : " core" ,
37
37
"matchPaths" : [
38
- " packages/core/*"
38
+ " packages/core/** "
39
39
],
40
40
"matchUpdateTypes" : [
41
41
" major" ,
50
50
"groupName" : " playground" ,
51
51
"commitMessageTopic" : " playground" ,
52
52
"matchPaths" : [
53
- " playground/*"
53
+ " playground/** "
54
54
],
55
55
"matchUpdateTypes" : [
56
56
" major" ,
68
68
" major"
69
69
],
70
70
"ignorePaths" : [
71
- " packages/components/ *" ,
72
- " packages/core/ *" ,
73
- " playground/*"
71
+ " **/ packages/* *" ,
72
+ " **/ packages/* *" ,
73
+ " **/ playground/* *"
74
74
],
75
75
"matchDatasources" : [
76
- " npm"
76
+ " npm" ,
77
+ " github-actions"
77
78
],
78
79
"labels" : [
79
80
" dependencies"
You can’t perform that action at this time.
0 commit comments