You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/10 07:34:00 UTC

[myfaces-tobago] branch master updated (0a4de31 -> 0ac0ce6)

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

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


    from 0a4de31  chore(deps): bump quarkus.version from 1.11.1.Final to 1.11.2.Final
     new 0c10347  chore(ci): update doc and try to add tobago-4.x for dependabot
     new 0ac0ce6  chore(ci): try to add tobago-4.x for dependabot

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/dependabot.yml | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++
 ci.md => CI.md         |  0
 2 files changed, 60 insertions(+)
 rename ci.md => CI.md (100%)


[myfaces-tobago] 01/02: chore(ci): update doc and try to add tobago-4.x for dependabot

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0c103473d3f5473e6b169dc48851332b8c59bb82
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Wed Feb 10 08:29:55 2021 +0100

    chore(ci): update doc and try to add tobago-4.x for dependabot
---
 .github/dependabot.yml | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++
 ci.md => CI.md         |  0
 2 files changed, 59 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 45147d8..bbc9bff 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -75,3 +75,62 @@ updates:
       # Check for updates to GitHub Actions every day
       interval: "daily"    
 
+#### tobago-4.x branch
+
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    ignore:
+      # Jetty >= 11 requires JakartaEE
+      - dependency-name: "org.eclipse.jetty:jetty-maven-plugin"
+        versions:
+          - ">= 11.0.0"
+      - dependency-name: "org.apache.myfaces.core:myfaces-api"
+        versions:
+          - ">= 3.0.0"
+      - dependency-name: "org.apache.myfaces.core:myfaces-impl"
+        versions:
+          - ">= 3.0.0"
+      - dependency-name: "org.glassfish:jakarta.faces"
+        versions:
+          - ">= 3.0.0"
+      - dependency-name: "jakarta.inject:jakarta.inject-api"
+        versions:
+          - ">= 2.0.0"
+      - dependency-name: "jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api"
+        versions:
+          - ">= 2.0.0"
+      - dependency-name: "jakarta.validation:jakarta.validation-api"
+        versions:
+          - ">= 3.0.0"
+      - dependency-name: "jakarta.el:jakarta.el-api"
+        versions:
+          - ">= 4.0.0"
+      - dependency-name: "jakarta.annotation:jakarta.annotation-api"
+        versions:
+          - ">= 2.0.0"
+      - dependency-name: "org.glassfish:jakarta.json"
+        versions:
+          - ">= 2.0.0"
+      - dependency-name: "org.jboss.weld.servlet:weld-servlet-shaded"
+        versions:
+          - ">= 4.0.0"
+      - dependency-name: "org.hibernate.validator:hibernate-validator"
+        versions:
+          - ">= 7.0.0"
+      - dependency-name: "org.antlr:stringtemplate"
+        versions:
+          - ">= 4.0.0"
+      - dependency-name: "org.apache.maven.plugins:maven-checkstyle-plugin"
+        versions:
+          - ">=3.1.0"
+      - dependency-name: "org.apache.maven.plugins:maven-enforcer-plugin"
+        versions:
+          - ">= 3.0.0"
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    target-branch: tobago-4.x
+    schedule:
+      # Check for updates to GitHub Actions every day
+      interval: "daily"
\ No newline at end of file
diff --git a/ci.md b/CI.md
similarity index 100%
rename from ci.md
rename to CI.md


[myfaces-tobago] 02/02: chore(ci): try to add tobago-4.x for dependabot

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0ac0ce6c07efa68988e34b81c89b72c51a64002a
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Wed Feb 10 08:31:49 2021 +0100

    chore(ci): try to add tobago-4.x for dependabot
---
 .github/dependabot.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bbc9bff..e4d4dbd 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -79,6 +79,7 @@ updates:
 
   - package-ecosystem: "maven"
     directory: "/"
+    target-branch: "tobago-4.x"
     schedule:
       interval: "daily"
     ignore:
@@ -130,7 +131,7 @@ updates:
           - ">= 3.0.0"
   - package-ecosystem: "github-actions"
     directory: "/"
-    target-branch: tobago-4.x
+    target-branch: "tobago-4.x"
     schedule:
       # Check for updates to GitHub Actions every day
       interval: "daily"
\ No newline at end of file