From 991c99e6f8cccc9efa7675f9296248dce3e30b26 Mon Sep 17 00:00:00 2001 From: Bastian Krol Date: Tue, 25 Jun 2024 10:15:06 +0200 Subject: [PATCH] chore: make dependabot ignore chai & eslint updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5aa275..3ae7ee6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: day: "tuesday" time: "09:00" timezone: "Europe/Berlin" + ignore: + - dependency-name: "chai" + - dependency-name: "eslint" + - dependency-name: "eslint-plugin-unused-imports" - package-ecosystem: "github-actions" directory: "/" schedule: