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:02 UTC

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

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