File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 "matchPackageNames" : [" ava" ],
2626 "allowedVersions" : " ~5.0.1"
2727 },
28- {
29- "matchPackageNames" : [" c8" ],
30- "allowedVersions" : " ^8"
31- },
32- {
33- "matchPackageNames" : [" pretty-ms" ],
34- "allowedVersions" : " ^8"
35- },
36- {
37- "matchPackageNames" : [" tmp" ],
38- "allowedVersions" : " 0.2.1"
39- },
4028 {
4129 "matchManagers" : [" github-actions" ],
4230 "groupName" : " github actions" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ module.exports = {
44 if ( dependencyName === "ava" ) return "patch" ; // Trying to support Node 12.
55 if ( dependencyName === "@ava/typescript" ) return "minor" ; // Trying to support Node 12.
66 if ( dependencyName === "execa" ) return "patch" ; // Trying to support Node 12.
7- if ( dependencyName === "pretty-ms" ) return "minor" ; // For old versions of node.
87 if ( dependencyName === "rimraf" ) return "minor" ;
98 if ( dependencyName === "npm" ) return "minor" ;
109 if ( major === "0" ) return "minor" ;
You can’t perform that action at this time.
0 commit comments