Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
  • Loading branch information
claude committed Apr 8, 2026
commit 375b24344c779bd18b9cf25b613c989fbe9ad10a
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
js-deps:
patterns:
- "*"