From 8477ac2e465845060e7bb3da379bb3439f38a2a1 Mon Sep 17 00:00:00 2001 From: mdevolde Date: Sat, 1 Aug 2026 09:44:42 +0200 Subject: [PATCH] chore(dependabot): remove exception to avoid mypy and ruff pre-commit updates --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b1e6db..51ec283 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,9 +26,6 @@ updates: commit-message: prefix: "chore" include: "scope" - ignore: - - dependency-name: "https://github.com/astral-sh/ruff-pre-commit" # Because we want to keep the ruff version in sync with pyproject.toml - - dependency-name: "https://github.com/pre-commit/mirrors-mypy" # Because we want to keep the mypy version in sync with pyproject.toml - package-ecosystem: "github-actions" directory: "/"