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

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


The following commit(s) were added to refs/heads/main by this push:
     new 35cdda34ac dependabot: ignore CXF spec updates
35cdda34ac is described below

commit 35cdda34ac47be419d3c532e7c0d28f6ddc821b6
Author: Markus Jung <[email protected]>
AuthorDate: Sun Feb 22 16:20:40 2026 +0100

    dependabot: ignore CXF spec updates
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index af074f8abc..64e7fc7461 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -68,6 +68,10 @@ updates:
       - dependency-name: "org.apache.tomcat:*"
         update-types:
           - "version-update:semver-major"
+      - dependency-name: "org.apache.cxf:*"
+        update-types:
+          - "version-update:semver-major"
+          - "version-update:semver-minor"
 
   - package-ecosystem: "github-actions"
     directory: "/"

Reply via email to