From 6352e59c7d5d586cf7c0a4dc8a03ab9a343006b5 Mon Sep 17 00:00:00 2001 From: Jake Fineman Date: Mon, 7 Sep 2026 19:38:50 -0400 Subject: [PATCH] chore(deps): add Dependabot groups to reduce PR conflicts Group all npm updates in this repo into a single Dependabot PR per run, matching wave-spoke-template's working config, plus a 7-day cooldown on newly published versions. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cca21bb..09cc233 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,9 @@ updates: - "dependencies" commit-message: prefix: "chore(deps):" + groups: + npm-dependencies: + patterns: + - "*" + cooldown: + default-days: 7