Skip to content

Commit e5747a3

Browse files
committed
Clean up old dep references
1 parent d327963 commit e5747a3

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

.github/renovate.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@
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",

.ncurc.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)