Bot PR
ELI5 — The Vibe Check
A bot PR is a pull request opened by an automated system — Dependabot, Renovate, an AI agent — instead of a human. Some are essential (security patches). Most are noise. Your triage skills are now a job requirement.
Real Talk
A bot PR is any pull request authored by an automated tool: dependency managers (Dependabot, Renovate), formatters, lint fixers, translation bots, or increasingly, autonomous AI coding agents. Bot PRs require different review workflows than human PRs — typically tighter automated checks, auto-merge rules, and stricter scope enforcement.
When You'll Hear This
"70% of our PRs are bot PRs now." / "Set up auto-merge for trusted bot PRs and stop reviewing them by hand."
Related Terms
AI Agent
An AI Agent is an AI system that can think, plan, and act on its own to accomplish a goal.
Dependabot
Dependabot is GitHub's robot that checks your dependencies for updates and security vulnerabilities, then opens PRs to fix them.
PR Factory
A PR factory is when you (or your AI) crank out pull requests faster than anyone can review them. Quantity over quality.
Renovate
Renovate is Dependabot's more powerful cousin.