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: + - "*"