From fd1b3154d1ef948f70e1f1f7c51a969afa365a87 Mon Sep 17 00:00:00 2001 From: "Alexander S." Date: Fri, 18 Oct 2024 13:19:23 +0200 Subject: [PATCH] chore(ci): allow renovate to update eslint (#185) Because we update eslint to v9 in #170 we can tell renovate to update it again. Hopefully without BC this time^^ --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index e060c87..651ca20 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,7 +5,7 @@ { "groupName": "npm packages", "matchManagers": ["npm"], - "ignoreDeps": ["oxlint", "eslint"] + "ignoreDeps": ["oxlint"] }, { "groupName": "oxlint",