Skip to content

[CI/CD] Dependabot grouping for Web3 / UI / Infra packages #711

Description

@nanaf6203-bit

Problem Statement

Dependabot opens a separate PR for every Web3 package bump. viem, wagmi, ethers bumps arrive independently, multiplying review burden and risk of mismatched peer-versions.

Acceptance Criteria

  • A .github/dependabot.yml groups: web3 (viem, wagmi, ethers, wagmi-connectors), ui (radix, lucide, framer), infra (next, react)
  • Single PR per group
  • CI runs tests with grouped versions

Implementation Notes

groups should match field in dependabot config:

groups:
  web3:
    patterns: ["viem", "wagmi", "ethers", "@wagmi/*", "@safe-global/*"]

Files Likely Affected

  • .github/dependabot.yml

Difficulty / Effort

  • Difficulty: Easy
  • Effort: T-Shirt S

Labels

ci-cd, priority:medium, area:devx

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions