diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 42e836ad3a..ed10705c86 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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: "",