DashboardspotlightSecurity dep-bump workflow in getsentry…

Security dep-bump workflow in getsentry/spotlight

Category: pattern
Confidence: 0.70
ID: 019f848b-db9e-7aa9-962a-9629ba4097f6
Project ID: ec1699be-a430-4fc6-879b-c437a47171b4
Cross-project: No
Recalled in other projects: 3
Source session: 1Kk7IpoikrcYvirwm
Created: 2026-06-16 13:54:58
Updated: 2026-07-21 11:59:46

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 6 20h ago
opencode 1 9d ago
cli 1 28d ago

Content

Pattern for resolving Dependabot alerts in getsentry/spotlight: (1) fetch alerts via gh api /repos/{owner}/{repo}/dependabot/alerts; (2) plan fix in .opencode/plans/; (3) bump pnpm overrides in root package.json AND direct deps in affected packages/*/package.json; (4) run pnpm install, verify lockfile, run full pnpm build + vitest run; (5) create branch security/deps-<descriptor> off main, commit, push, open PR. Vite major-version overrides must be bounded (e.g. <8). Untracked .opencode/ and packages/website/content.config.ts are intentionally excluded from commits; .lore.md is always staged via git add .lore.md alongside code changes. E2E UI test flakes are known — rerun before investigating. Playwright Chromium binary download/extraction can hang indefinitely in this environment; verify E2E fixes via CI rather than local Playwright runs.

Move to: