Skip to content

Commit 2d20cf4

Browse files
committed
fix: update ESLint package grouping and remove ignored dependencies
1 parent 039e542 commit 2d20cf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/renovate.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
],
88
ignorePresets: [":semanticPrefixFixDepsChoreOthers"],
99
labels: ["dependencies"],
10-
ignoreDeps: ["jiti-v2.0", "jiti-v2.1"],
1110

1211
// Wait well over npm's three day window for any new package as a precaution against malicious publishes
1312
// https://docs.npmjs.com/policies/unpublish/#packages-published-less-than-72-hours-ago
@@ -33,7 +32,7 @@
3332
description: "Update ESLint packages together.",
3433
groupName: "eslint",
3534
matchPackagePrefixes: ["@eslint/"],
36-
matchPackageNames: ["espree", "eslint-scope", "eslint-visitor-keys"],
35+
matchPackageNames: ["eslint", "espree", "eslint-scope", "eslint-visitor-keys"],
3736
minimumReleaseAge: null, // Don't wait for these packages
3837
},
3938
{

0 commit comments

Comments
 (0)