File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 "packageRules" : [
77 {
88 "enabled" : true ,
9- "matchPackageNames" : [" /eslint-plugin/" ],
9+ "matchPackageNames" : [" /eslint-plugin/" , " neostandard " ],
1010 "rangeStrategy" : " bump"
1111 },
1212 {
1313 "enabled" : true ,
14- "matchPackageNames" : [" /eslint-plugin/" ],
14+ "matchPackageNames" : [" /eslint-plugin/" , " neostandard " ],
1515 "matchUpdateTypes" : [" major" ],
1616 "semanticCommitScope" : " " ,
1717 "semanticCommitType" : " feat!"
1818 },
1919 {
2020 "enabled" : true ,
21- "matchPackageNames" : [" /eslint-plugin/" ],
21+ "matchPackageNames" : [" /eslint-plugin/" , " neostandard " ],
2222 "matchUpdateTypes" : [" minor" ],
2323 "semanticCommitType" : " feat"
2424 },
2525 {
2626 "enabled" : true ,
27- "matchPackageNames" : [" /eslint-plugin/" ],
27+ "matchPackageNames" : [" /eslint-plugin/" , " neostandard " ],
2828 "matchUpdateTypes" : [" patch" ],
2929 "semanticCommitType" : " fix"
3030 },
You can’t perform that action at this time.
0 commit comments