Skip to content

Configure Dependabot to group all JavaScript dependencies#164

Merged
kyleconroy merged 1 commit intomainfrom
claude/dependabot-group-js-deps-5V4dF
Apr 8, 2026
Merged

Configure Dependabot to group all JavaScript dependencies#164
kyleconroy merged 1 commit intomainfrom
claude/dependabot-group-js-deps-5V4dF

Conversation

@kyleconroy
Copy link
Copy Markdown
Collaborator

Summary

Updated the Dependabot configuration to group all JavaScript dependency updates into a single pull request, rather than creating separate PRs for each dependency.

Changes

  • Added a dependency grouping configuration under the npm updates section
  • Created a js-deps group that matches all dependency patterns (*)
  • This consolidates all npm package updates into a single weekly PR instead of multiple individual PRs

Benefits

  • Reduces PR noise by batching related dependency updates
  • Simplifies the review process for dependency updates
  • Maintains weekly update frequency while improving organization

https://claude.ai/code/session_01Q8KGCW3XchBEmtA8H6wGAC

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
@kyleconroy kyleconroy merged commit 77ae74c into main Apr 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants