-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Milestone
Description
Deliverable: Automated dependency updates and dead code detection
Context
The monorepo currently lacks:
- Automated dependency update tooling (dependencies go stale)
- Unused code detection (dead code accumulates)
Delivers
- Renovate configuration (renovate.json) at repo root - use GitHub Renovate App
- Knip configuration (knip.json or knip.ts) at repo root
- Knip integrated into verify gate
Acceptance Criteria
- Given Renovate is configured, When a dependency has updates, Then Renovate creates a PR automatically
- Given Knip is configured, When unused exports/dependencies exist, Then Knip reports them
- Given Knip is in CI, When verify runs, Then unused code violations fail the build
Related Code
- /package.json
- /apps/*/package.json
- /packages/*/package.json
Migrated from Task Master #68
Metadata
Metadata
Assignees
Labels
No labels