File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
"packageRules" : [
7
7
{
8
8
"enabled" : true ,
9
- "matchPackageNames" : [" /eslint-plugin/" ],
9
+ "matchPackageNames" : [" /eslint-plugin/" , " neostandard " ],
10
10
"rangeStrategy" : " bump"
11
11
},
12
12
{
13
13
"enabled" : true ,
14
- "matchPackageNames" : [" /eslint-plugin/" ],
14
+ "matchPackageNames" : [" /eslint-plugin/" , " neostandard " ],
15
15
"matchUpdateTypes" : [" major" ],
16
16
"semanticCommitScope" : " " ,
17
17
"semanticCommitType" : " feat!"
18
18
},
19
19
{
20
20
"enabled" : true ,
21
- "matchPackageNames" : [" /eslint-plugin/" ],
21
+ "matchPackageNames" : [" /eslint-plugin/" , " neostandard " ],
22
22
"matchUpdateTypes" : [" minor" ],
23
23
"semanticCommitType" : " feat"
24
24
},
25
25
{
26
26
"enabled" : true ,
27
- "matchPackageNames" : [" /eslint-plugin/" ],
27
+ "matchPackageNames" : [" /eslint-plugin/" , " neostandard " ],
28
28
"matchUpdateTypes" : [" patch" ],
29
29
"semanticCommitType" : " fix"
30
30
},
You can’t perform that action at this time.
0 commit comments