[TKN-716] Group Dependabot updates by package category #1095
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Configures Dependabot with dependency grouping to reduce PR volume
while maintaining safety for breaking changes. Groups 729 dependencies across npm and Cargo ecosystems based on analysis of lockfiles.Process
To determine optimal grouping strategies, I ran analysis scripts against the repository's lockfiles:
yarn.lockto identify scoped packages (@scope/packagepatterns) and count their prevalenceCargo.lockto identify common prefixes (prefix-*patterns)rust-sdk/{client,core,macros,tx-sender,whirlpool}ts-sdk/coreexamples/rust-sdk/whirlpool_repositioning_botStrategy
### Grouping RulesGroup together: Minor and patch updates for related packagesKeep separate: Major version updates (breaking changes requiring review)Dependency Groups
Total: 729 packages across 23 groups
1. JavaScript/npm Dependencies (Root yarn.lock)
docusaurussolana-v1solana-v2-coresolana-v2-programstypescript-typesbuild-toolstesting-toolsmonorepo-toolslinting-toolsrelease-toolscodegen-toolsdocs-toolingnextjs2. Cargo - Root Program (Cargo.lock, Solana v1.17)
solana-ecosystemanchor-frameworkserializationcryptographywasm-tooling3. Cargo - SDK Subdirectories (Multiple Cargo.lock files, Solana v2.x)
solana-sdkserializationcryptographywasm-toolingasync-runtime