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/03/22 09:13:23 UTC

[myfaces-tobago] 01/02: ci(dependabot): apply commit message format

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 0f7e6bba7f4c817aecc785a4d0718bbd7c0f62d1
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Mon Mar 22 10:10:04 2021 +0100

    ci(dependabot): apply commit message format
---
 .github/dependabot.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 011fe2c..5a166c6 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -151,10 +151,18 @@ updates:
   - package-ecosystem: "npm"
     # Look for `package.json` and `lock` files in the `root` directory
     directory: "/tobago-theme"
+    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"
+    commit-message:
+      prefix: "build"
+      prefix-development: "build"
+      include: "scope"
     schedule:
       interval: "daily"