From 36f3d29c4ce4da39669b06395c2a557c3e47ae27 Mon Sep 17 00:00:00 2001 From: Christoph John Date: Fri, 12 Jun 2026 11:10:00 +0200 Subject: [PATCH] Update dependabot.yml to remove ignored dependency Removed the ignore rule for org.apache.mina:mina-core. --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f99d0881b..65e7460ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,9 +8,6 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 - ignore: - - dependency-name: "org.apache.mina:mina-core" - versions: ["< 2.2.7"] # Allow any 2.2.7+ security fix - package-ecosystem: "github-actions" directory: "/" schedule: