From b62aeb39d2c1f93ba44df5a59c7dc16443363924 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Mon, 15 Apr 2024 08:52:43 +0200 Subject: [PATCH] Configure Renovate to ignore ESLint 9 (#10946) --- .github/renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) 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: "",