From 7e264e149eb34e228a8d9957240626e04bb7afb8 Mon Sep 17 00:00:00 2001 From: cmillett <65162811+cmillett@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:15:07 +0200 Subject: [PATCH] chore: group npm dependabot updates into a single PR Add a groups config matching all npm packages so Dependabot bundles version updates into one grouped PR per run instead of one PR per package. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed474cf7..96d640ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" schedule: interval: "weekly" + # Bundle all npm updates into a single grouped PR per run. + groups: + npm-dependencies: + patterns: + - "*"