This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/main by this push:
     new fb5ac9eed Ignores some dependencies for update in 6.x (#1533)
fb5ac9eed is described below

commit fb5ac9eedfe33d11148fbbc876f2f58df0a31a33
Author: Lukasz Lenart <[email protected]>
AuthorDate: Tue Jan 20 11:05:11 2026 +0100

    Ignores some dependencies for update in 6.x (#1533)
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e091842cf..962f11721 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -26,3 +26,6 @@ updates:
       - dependency-name: "org.hibernate.validator:hibernate-validator"
       - dependency-name: "org.testng:testng"
       - dependency-name: "org.mockito:mockito-core"
+      - dependency-name: "opensymphony:sitemesh"
+      - dependency-name: "net.sf.jasperreports:jasperreports"
+      - dependency-name: "javax.enterprise:cdi-api"

Reply via email to