You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/05/31 17:12:07 UTC

[myfaces-tobago] branch master updated: TOBAGO-2135 Dependabot weekly

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

melloware 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 e586033656 TOBAGO-2135 Dependabot weekly
e586033656 is described below

commit e586033656bb0849258029bbe7571e4f57ae78f0
Author: Melloware <me...@gmail.com>
AuthorDate: Tue May 31 13:12:02 2022 -0400

    TOBAGO-2135 Dependabot weekly
---
 .github/dependabot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c16070f289..a73c916d13 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -284,7 +284,7 @@ updates:
     directory: "/"
     schedule:
       # Check for updates to GitHub Actions every day
-      interval: "daily"
+      interval: "weekly"
 
   - package-ecosystem: "github-actions"
     directory: "/"
@@ -336,7 +336,7 @@ updates:
       include: "scope"
     # Check the npm registry for updates every day (weekdays)
     schedule:
-      interval: "daily"
+      interval: "weekly"
   - package-ecosystem: "npm"
     directory: "/tobago-example/tobago-example-demo"
     target-branch: "tobago-5.x"