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 14:06:11 UTC

[myfaces-tobago] branch master updated: ci(dependabot): reformat

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


The following commit(s) were added to refs/heads/master by this push:
     new ebf1156  ci(dependabot): reformat
ebf1156 is described below

commit ebf1156b0aa02e2c8d03ef73fa4d655d8b452b6e
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Feb 11 15:03:51 2021 +0100

    ci(dependabot): reformat
---
 .github/dependabot.yml | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a125c63..12fdc80 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -70,20 +70,6 @@ updates:
         versions:
           - ">= 3.0.0"
 
-  - package-ecosystem: "github-actions"
-    directory: "/"
-    schedule:
-      # Check for updates to GitHub Actions every day
-      interval: "daily"    
-
-  - package-ecosystem: "npm"
-    # Look for `package.json` and `lock` files in the `root` directory
-    directory: "/tobago-core/npm"
-    # Check the npm registry for updates every day (weekdays)
-    schedule:
-      interval: "daily"
-
-#### tobago-4.x branch
 
   - package-ecosystem: "maven"
     directory: "/"
@@ -149,9 +135,23 @@ updates:
       - dependency-name: "org.apache.maven.plugins:maven-enforcer-plugin"
         versions:
           - ">= 3.0.0"
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      # Check for updates to GitHub Actions every day
+      interval: "daily"    
+
   - 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
+      interval: "daily"
+
+  - package-ecosystem: "npm"
+    # Look for `package.json` and `lock` files in the `root` directory
+    directory: "/tobago-core/npm"
+    # Check the npm registry for updates every day (weekdays)
+    schedule:
+      interval: "daily"