This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch chore/ignore-jetty-plugin-dependabot in repository https://gitbox.apache.org/repos/asf/struts.git
commit d8cc309b42f1ceade779b4c6dd0018e528f4bf9a Author: Lukasz Lenart <[email protected]> AuthorDate: Mon Dec 29 11:10:01 2025 +0100 chore(deps): ignore jetty-maven-plugin updates for release/struts-6-8-x The jetty-maven-plugin 11.x is not compatible with Struts 6.8.x branch which requires Java EE (not Jakarta EE). This prevents Dependabot from creating incompatible update PRs like #1493. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f09e2bee6..020a63290 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,5 @@ updates: schedule: interval: "weekly" target-branch: "release/struts-6-8-x" + ignore: + - dependency-name: "org.eclipse.jetty:jetty-maven-plugin"
