chore(ci): add triage guide to Renovate dependency dashboard #54

Merged
julien merged 1 commits from chore/ci/renovate-dashboard-triage-header into main 2026-05-08 17:14:33 +02:00

1 Commits

Author SHA1 Message Date
Julien Gautier 857e8de11c chore(ci): add triage guide to Renovate dependency dashboard
CI / commits (pull_request) Successful in 1m9s
CI / check (pull_request) Successful in 1m16s
CI / scan (pull_request) Successful in 1m16s
CI / a11y (pull_request) Successful in 38s
CI / perf (pull_request) Successful in 1m31s
The dashboard issue Renovate maintains lists pending updates in a
handful of sections (Open / Awaiting Schedule / Pending Approval /
Detected dependencies / …) but the section headings alone are not
self-explanatory — easy to lose the patch+minor vs major
distinction we put in place via `dependencyDashboardApproval` for
majors.

Add a `dependencyDashboardHeader` markdown block that maps each
section to the triage action it expects from the maintainer:
which to batch-merge, which to leave alone, which to read the
changelog before approving. Re-state the pinned constraints
(Prisma majors blocked until the Prisma 7 ADR per ADR-0006; the
Trivy / gitleaks pins in workflow YAML which Renovate doesn't see).
Cross-link to docs/development.md for the full procedure.

Re-renders on the next Renovate run (no code change required —
the header is part of the dashboard issue body).
2026-05-08 17:06:36 +02:00