You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/06/02 11:04:21 UTC

[myfaces-tobago] branch master updated: chore(deps): improved dependabot config

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

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 90c8605  chore(deps): improved dependabot config
90c8605 is described below

commit 90c8605d993c20f0858dacb28505eafcaaa86233
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Jun 2 12:51:32 2021 +0200

    chore(deps): improved dependabot config
    
    * ignore org.glassfish:jakarta.faces >= 3.0.0 also for tobago-4
    * javax.faces is no longer used in tobago-4
    * formatter executed
---
 .github/dependabot.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bb6a62b..4fe71e3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,7 +18,7 @@
 
 version: 2
 updates:
-  - package-ecosystem: "maven" 
+  - package-ecosystem: "maven"
     directory: "/"
     commit-message:
       prefix: "build"
@@ -97,9 +97,9 @@ updates:
       - dependency-name: "org.apache.myfaces.core:myfaces-impl"
         versions:
           - ">= 2.1.0"
-      - dependency-name: "org.glassfish:javax.faces"
+      - dependency-name: "org.glassfish:jakarta.faces"
         versions:
-          - ">= 2.4.0"
+          - ">= 3.0.0"
       - dependency-name: "jakarta.inject:jakarta.inject-api"
         versions:
           - ">= 2.0.0"
@@ -147,7 +147,7 @@ updates:
     directory: "/"
     schedule:
       # Check for updates to GitHub Actions every day
-      interval: "daily"    
+      interval: "daily"
 
   - package-ecosystem: "github-actions"
     directory: "/"