You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/10/19 07:23:38 UTC

[myfaces-tobago] branch master updated: fix: dependabot npm for tobago-5.x

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

hnoeth 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 cfe3219  fix: dependabot npm for tobago-5.x
cfe3219 is described below

commit cfe3219ff5d883ca887756bbcbc9d138a032b3a9
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Oct 19 09:21:46 2021 +0200

    fix: dependabot npm for tobago-5.x
    
    * watch npm dependencies for tobago-5.x
---
 .github/dependabot.yml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 067cd7d..8be95c8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -203,3 +203,24 @@ updates:
       include: "scope"
     schedule:
       interval: "daily"
+
+  - package-ecosystem: "npm"
+    # Look for `package.json` and `lock` files in the `root` directory
+    directory: "/tobago-theme"
+    target-branch: "tobago-5.x"
+    commit-message:
+      prefix: "build"
+      prefix-development: "build"
+      include: "scope"
+    # Check the npm registry for updates every day (weekdays)
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "npm"
+    directory: "/tobago-example/tobago-example-demo"
+    target-branch: "tobago-5.x"
+    commit-message:
+      prefix: "build"
+      prefix-development: "build"
+      include: "scope"
+    schedule:
+      interval: "daily"