This repository was archived by the owner on Dec 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11{
2- "extends" : [" config:base " ],
2+ "extends" : [" config:recommended " ],
33 "baseBranches" : [" umati" ],
44 "labels" : [" dependencies" ],
55 "packageRules" : [
1010 "pinDigests" : true
1111 },
1212 {
13- "matchPackagePatterns" : [" eslint" ],
1413 "labels" : [" linting" ],
15- "groupName" : " eslint"
14+ "groupName" : " eslint" ,
15+ "matchPackageNames" : [" /eslint/" ]
1616 },
1717 {
18- "matchPackagePatterns" : [" react" ],
1918 "labels" : [" react" ],
20- "groupName" : " react"
19+ "groupName" : " react" ,
20+ "matchPackageNames" : [" /react/" ]
2121 },
2222 {
23- "matchPackagePatterns" : [" bootstrap" ],
2423 "labels" : [" bootstrap" ],
25- "groupName" : " bootstrap"
24+ "groupName" : " bootstrap" ,
25+ "matchPackageNames" : [" /bootstrap/" ]
2626 },
2727 {
28- "matchPackagePatterns" : [" redux" ],
2928 "labels" : [" redux" ],
30- "groupName" : " redux"
29+ "groupName" : " redux" ,
30+ "matchPackageNames" : [" /redux/" ]
3131 },
3232 {
33- "matchPackagePatterns" : [" stylelint" ],
3433 "labels" : [" stylelint" ],
35- "groupName" : " stylelint"
34+ "groupName" : " stylelint" ,
35+ "matchPackageNames" : [" /stylelint/" ]
3636 },
3737 {
3838 "matchDepTypes" : [" optionalDependencies" ],
You can’t perform that action at this time.
0 commit comments