From a75ced275b15d5b82500e7c89cc14f4f22e15247 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Wed, 22 May 2024 20:30:15 +0200 Subject: [PATCH] fix(webapp): dependabot ignore `eslint` eslint v9 has breaking changes and plugins are not yet fully compatible. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e6f9bd51..5977b8a11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,6 +23,7 @@ updates: day: "monday" time: "05:00" ignore: + - dependency-name: "eslint" - dependency-name: "sass" groups: npm-webapp: