Every pull request now goes through code review

Pull requests opened by Renovate or Dependabot are no longer routed to a separate dependency review, and every new head commit is reviewed.


FerrFleet used to send pull requests opened by a dependency bot to a separate dependency review, and reviewed each upgrade only once per pull request title. A pull request whose head moved without its title changing, for example a human rebasing a Renovate branch, was never reviewed again.

Every pull request now goes through the same code review, whoever opened it or pushed to it, and each new head commit gets its own review. A push that leaves the head where it was still does not start a second run.

The "Dependency bots" setting is gone, since nothing reads it any more. The dependency_review capability no longer routes anything either, so the upgrade moves every agent and marketplace template that declared it onto code_review. Bound repositories keep being reviewed, with nothing to rebind by hand.