From 139d9b17db0e52dd4d9af9549c12254d34fbe016 Mon Sep 17 00:00:00 2001 From: Christoph John Date: Thu, 11 Jun 2026 15:28:04 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 65e7460ec..ed9e5bc50 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,9 @@ updates: schedule: interval: "daily" 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 - package-ecosystem: "github-actions" directory: "/" schedule: