From fc4ad562ae11641598da25ff80fd4bc94618f5bf Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Sun, 15 Sep 2024 17:30:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C(frontend)=20pin=20eslint=20depende?= =?UTF-8?q?ncy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conflicts with eslint-plugin-react-hooks dependency, which doesn't support the latest v9 of eslint. --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c15fe76e..495a899e 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,9 @@ "enabled": false, "groupName": "ignored js dependencies", "matchManagers": ["npm"], - "matchPackageNames": [] + "matchPackageNames": [ + "eslint" + ] } ] }