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

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


The following commit(s) were added to refs/heads/tomee-10.x by this push:
     new 269f266cb0 dependabot: ignore CXF spec updates
269f266cb0 is described below

commit 269f266cb009f546cc56349f4e9ff0069d145fab
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 f6c95e8fe5..7957360efa 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -65,6 +65,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