From 7ae72743a49494c69c978a4349e552c04b068836 Mon Sep 17 00:00:00 2001 From: Max Reichmann Date: Tue, 11 Aug 2026 11:54:22 +0200 Subject: [PATCH 1/2] ci: Add ignore rule for eslint-plugin-ava --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 069819f7..f6c8306e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,7 @@ updates: commit-message: prefix: "deps" prefix-development: "build(deps-dev)" + ignore: + - dependency-name: "eslint-plugin-ava" + update-types: ["version-update:semver-major"] + From cfd609da6b1bc92f1a369422c828526368fc6c62 Mon Sep 17 00:00:00 2001 From: Max Reichmann Date: Thu, 13 Aug 2026 12:59:08 +0200 Subject: [PATCH 2/2] build(deps-dev): Add dependabot ignore rules for ava and eslint too --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f6c8306e..58ba172f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,4 +27,8 @@ updates: ignore: - dependency-name: "eslint-plugin-ava" update-types: ["version-update:semver-major"] + - dependency-name: "ava" + update-types: ["version-update:semver-major"] + - dependency-name: "eslint" + update-types: ["version-update:semver-major"]