chore(ci): auto-merge low-risk renovate updates #77
Reference in New Issue
Block a user
Delete Branch "chore/ci/renovate-automerge-patches"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
After ~10 days of clean Renovate track record (~30 PRs merged without regression beyond the TS/ESLint/webpack-cli majors that the dashboard-approval rule now catches), enable auto-merge on the lowest-risk update types. CI is the gate —
check/scan/a11ygoing red leaves the PR open for manual triage.automergeStrategy: "squash"matches our trunk-based squash-merge convention.automergeType: "pr"keeps the PR + CI run as the audit trail (vs branch-direct push), and Gitea auto-merges the PR once green via the bot's existingrepo:writepermission.Doc updates
renovate.jsondependencyDashboardHeader— the "Open" row now reflects the new reality: mostly minors, with red patches surfacing briefly when CI fails.docs/development.md§"Reviewing Renovate PRs" gains a bullet describing the auto-merge for contributors landing on the project later.Test plan
mainonce CI clears (visible in the merged log; no human action required).dependencieslabel.