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

hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new 7173f9d9a ci: split npm dependabot group into web and node (#3488)
7173f9d9a is described below

commit 7173f9d9a58a97cbd694f23c28ca3c5f9394fbb9
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Mon Jun 15 19:41:08 2026 +0200

    ci: split npm dependabot group into web and node (#3488)
---
 .github/dependabot.yml | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index de2e66fd6..b61effac1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -102,8 +102,29 @@ updates:
 
   - package-ecosystem: "npm"
     directories:
-      - "/foreign/node"
       - "/web"
+    schedule:
+      interval: "weekly"
+      day: "thursday"
+    rebase-strategy: "disabled"
+    open-pull-requests-limit: 3
+    commit-message:
+      prefix: "chore(deps): "
+    reviewers:
+      - "apache/iggy-committers"
+    labels:
+      - "dependencies"
+      - "javascript"
+    cooldown:
+      default-days: 7
+    groups:
+      web:
+        patterns:
+          - "*"
+
+  - package-ecosystem: "npm"
+    directories:
+      - "/foreign/node"
       - "/examples/node"
     schedule:
       interval: "weekly"
@@ -120,7 +141,7 @@ updates:
     cooldown:
       default-days: 7
     groups:
-      javascript:
+      node:
         patterns:
           - "*"
 

Reply via email to