Skip to content

Commit 77ae74c

Browse files
kyleconroyclaude
andauthored
Group all JavaScript dependencies into a single Dependabot PR (#164)
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 Co-authored-by: Claude <noreply@anthropic.com>
1 parent e14d6b9 commit 77ae74c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ updates:
1313
directory: "/"
1414
schedule:
1515
interval: "weekly"
16+
groups:
17+
js-deps:
18+
patterns:
19+
- "*"

0 commit comments

Comments
 (0)