mirror of https://github.com/astral-sh/ruff
Configure Renovate to ignore ESLint 9 (#10946)
This commit is contained in:
parent
cdbd754870
commit
b62aeb39d2
|
|
@ -52,6 +52,13 @@
|
|||
matchPackagePatterns: ["strum"],
|
||||
description: "Weekly update of strum dependencies",
|
||||
},
|
||||
{
|
||||
groupName: "ESLint",
|
||||
matchManagers: ["npm"],
|
||||
matchPackageNames: ["eslint"],
|
||||
allowedVersions: "<9",
|
||||
description: "Constraint ESLint to version 8 until TypeScript-eslint supports ESLint 9", // https://github.com/typescript-eslint/typescript-eslint/issues/8211
|
||||
},
|
||||
],
|
||||
vulnerabilityAlerts: {
|
||||
commitMessageSuffix: "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue