From 35bf149f82852e465757c420582aca2bde86c75e Mon Sep 17 00:00:00 2001 From: Christoph John Date: Thu, 11 Jun 2026 16:31:53 +0200 Subject: [PATCH] Update dependency ignore version for mina-core --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed9e5bc50..f99d0881b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: open-pull-requests-limit: 10 ignore: - dependency-name: "org.apache.mina:mina-core" - versions: ["<= 2.2.4"] # Override the stale PR-comment ignore; allow any 2.2.5+ security fix + versions: ["< 2.2.7"] # Allow any 2.2.7+ security fix - package-ecosystem: "github-actions" directory: "/" schedule: