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/11 16:20:13 UTC

[myfaces-tobago] branch master updated (a6e1b9c -> b03763b)

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 a6e1b9c  chore(deps-dev): bump junit-jupiter from 1.15.1 to 1.15.2
     new ba9f894  ci(dependabot): ignore com.sun.faces complete
     new b03763b  ci(dependabot): configure directories for all npm projects

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 | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)


[myfaces-tobago] 01/02: ci(dependabot): ignore com.sun.faces complete

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 ba9f894ea3bffc70ab7234cea7289fbc4fb49129
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Feb 11 17:10:51 2021 +0100

    ci(dependabot): ignore com.sun.faces complete
---
 .github/dependabot.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 27ffa77..f513844 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -78,11 +78,7 @@ updates:
       interval: "daily"
     ignore:
       - dependency-name: "com.sun.faces:jsf-api"
-        versions:
-          - ">= 2.1.0"
       - dependency-name: "com.sun.faces:jsf-impl"
-        versions:
-          - ">= 2.1.0"
       # Jetty >= 10 requires jdk 11
       - dependency-name: "org.eclipse.jetty:jetty-maven-plugin"
         versions:


[myfaces-tobago] 02/02: ci(dependabot): configure directories for all npm projects

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 b03763b1e084a7ba84edc30d52e7d12485986bbd
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Feb 11 17:17:28 2021 +0100

    ci(dependabot): configure directories for all npm projects
---
 .github/dependabot.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f513844..6b660f9 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -154,3 +154,27 @@ updates:
     # Check the npm registry for updates every day (weekdays)
     schedule:
       interval: "daily"
+  - package-ecosystem: "npm"
+    directory: "/tobago-theme/tobago-theme-standard/npm"
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "npm"
+    directory: "/tobago-theme/tobago-theme-speyside/npm"
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "npm"
+    directory: "/tobago-theme/tobago-theme-scarborough/npm"
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "npm"
+    directory: "/tobago-theme/tobago-theme-roxborough/npm"
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "npm"
+    directory: "/tobago-theme/tobago-theme-charlotteville/npm"
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "npm"
+    directory: "/tobago-example/tobago-example-demo/npm"
+    schedule:
+      interval: "daily"