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/07 19:16:00 UTC

[myfaces-tobago] 02/02: improved dependabot config

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 4b6227d9390151c0cb60d2bb1401e7020ddce84e
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Sun Feb 7 20:15:02 2021 +0100

    improved dependabot config
---
 .github/dependabot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 7557990..59d3994 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -27,10 +27,10 @@ updates:
       - dependency-name: "jetty*"
         versions:
           - ">= 11.0.0"
-      - dependency-name: "org.apache.myfaces:myfaces-api"
+      - dependency-name: "org.apache.myfaces.core:myfaces-api"
         versions:
           - ">= 3.0.0"
-      - dependency-name: "org.apache.myfaces:myfaces-impl"
+      - dependency-name: "org.apache.myfaces.core:myfaces-impl"
         versions:
           - ">= 3.0.0"
       - dependency-name: "org.glassfish:jakarta.faces"