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 1
1
{
2
- "extends" : [" config:base " ],
2
+ "extends" : [" config:recommended " ],
3
3
"baseBranches" : [" umati" ],
4
4
"labels" : [" dependencies" ],
5
5
"packageRules" : [
10
10
"pinDigests" : true
11
11
},
12
12
{
13
- "matchPackagePatterns" : [" eslint" ],
14
13
"labels" : [" linting" ],
15
- "groupName" : " eslint"
14
+ "groupName" : " eslint" ,
15
+ "matchPackageNames" : [" /eslint/" ]
16
16
},
17
17
{
18
- "matchPackagePatterns" : [" react" ],
19
18
"labels" : [" react" ],
20
- "groupName" : " react"
19
+ "groupName" : " react" ,
20
+ "matchPackageNames" : [" /react/" ]
21
21
},
22
22
{
23
- "matchPackagePatterns" : [" bootstrap" ],
24
23
"labels" : [" bootstrap" ],
25
- "groupName" : " bootstrap"
24
+ "groupName" : " bootstrap" ,
25
+ "matchPackageNames" : [" /bootstrap/" ]
26
26
},
27
27
{
28
- "matchPackagePatterns" : [" redux" ],
29
28
"labels" : [" redux" ],
30
- "groupName" : " redux"
29
+ "groupName" : " redux" ,
30
+ "matchPackageNames" : [" /redux/" ]
31
31
},
32
32
{
33
- "matchPackagePatterns" : [" stylelint" ],
34
33
"labels" : [" stylelint" ],
35
- "groupName" : " stylelint"
34
+ "groupName" : " stylelint" ,
35
+ "matchPackageNames" : [" /stylelint/" ]
36
36
},
37
37
{
38
38
"matchDepTypes" : [" optionalDependencies" ],
You can’t perform that action at this time.
0 commit comments