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 5e120ac266 dependabot ignore too new mojarra versions
5e120ac266 is described below

commit 5e120ac2669a0be9cbea1b674e1df1c121eecf42
Author: Markus Jung <[email protected]>
AuthorDate: Tue Sep 23 13:59:04 2025 +0200

    dependabot ignore too new mojarra versions
---
 .github/dependabot.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 478b06dc7d..5bb8329d0b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -57,6 +57,10 @@ updates:
         update-types:
           - "version-update:semver-major"
           - "version-update:semver-minor"
+      - dependency-name: "org.glassfish:jakarta.faces"
+        update-types:
+          - "version-update:semver-major"
+          - "version-update:semver-minor"
       - dependency-name: "org.apache.tomcat:*"
         update-types:
           - "version-update:semver-major"
@@ -64,4 +68,4 @@ updates:
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
\ No newline at end of file
+      interval: "daily"

Reply via email to