CI Dependency Update Bot

Auto-PR for dependency updates.

Why an update bot

Dependencies rot continuously: security patches, performance fixes, deprecations all flow weekly. Manual updates lag by months because the work is tedious and skipped. An update bot opens PRs automatically and turns a quarterly slog into a steady stream.

Renovate as the default

Renovate is more configurable than Dependabot. Custom schedules, grouping rules, and auto-merge controls give you the policy expressiveness that team-scale repositories need.

Update policy

The update policy splits by semver tier. Patch versions auto-merge, minor versions batch weekly, major versions get individual PRs that may take a sprint to land.

Security updates fast-track

Security updates run their own faster track. Same-day PR on advisory, auto-merge if tests pass, separate tracking dashboard so security PRs do not get lost in the dependency stream.

How to set this up

Setup needs three pieces: repo config, solid CI, quarterly policy review. Skip any one and the bot becomes a source of noise rather than a solution.