From c1c0f7b0c52ea5e10aa4fe9462a8a7b164a03d27 Mon Sep 17 00:00:00 2001 From: Jiahao Guo Date: Fri, 28 Jun 2024 16:20:08 +0800 Subject: [PATCH] chore(renovate): skip problematic eslint-plugin-jsx-a11y@6.9.0 see: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/959 --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 8649321e..a1a87f7f 100644 --- a/renovate.json +++ b/renovate.json @@ -57,9 +57,9 @@ "automerge": false }, { - "description": "Skip problematic eslint-plugin-jsx-a11y@6.8.0 version", + "description": "Skip problematic eslint-plugin-jsx-a11y 6.8.0 and 6.9.0 versions", "matchPackageNames": ["eslint-plugin-jsx-a11y"], - "allowedVersions": ">6.8.0" + "allowedVersions": "!/^6\\.(8|9)\\./" } ] }