From 375b24344c779bd18b9cf25b613c989fbe9ad10a Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 8 Apr 2026 02:50:53 +0000 Subject: [PATCH] Group all JavaScript dependencies into a single Dependabot PR Add a groups configuration to the npm ecosystem entry so that all JS dependency updates are batched into one pull request instead of creating separate PRs for each package. https://claude.ai/code/session_01Q8KGCW3XchBEmtA8H6wGAC --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e6f80df..72d8323 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,7 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + js-deps: + patterns: + - "*"