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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 77d87a9727 GH-37051: [Dev][JS] Add Dependabot configuration for npm 
(#37053)
77d87a9727 is described below

commit 77d87a97275c075e05835d6ac08be1d1c65c5c26
Author: Sutou Kouhei <k...@clear-code.com>
AuthorDate: Wed Aug 9 09:12:07 2023 +0900

    GH-37051: [Dev][JS] Add Dependabot configuration for npm (#37053)
    
    ### Rationale for this change
    
    We can add `MINOR: [JS] ` prefix to PRs from Dependabot automatically.
    
    ### What changes are included in this PR?
    
    Add a configuration for npm.
    
    ### Are these changes tested?
    
    No. I want to test this by merging this to main.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #37051
    
    Lead-authored-by: Sutou Kouhei <k...@clear-code.com>
    Co-authored-by: Sutou Kouhei <k...@cozmixng.org>
    Signed-off-by: Sutou Kouhei <k...@clear-code.com>
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 538482f96c..795e1fbba9 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,6 +23,12 @@ updates:
       interval: "weekly"
     commit-message:
       prefix: "MINOR: [CI] "
+  - package-ecosystem: "npm"
+    directory: "/js/"
+    schedule:
+      interval: "monthly"
+    commit-message:
+      prefix: "MINOR: [JS] "
   - package-ecosystem: "nuget"
     directory: "/csharp/"
     schedule:

Reply via email to