## Problem
Self-hosted Renovate against a self-hosted GitLab with many projects processed only some repos and then exited 0, silently skipping the rest. Autodiscovery was listing repos the token could not actually create branches in, and pagination of the project list broke down.
## Verified fix
Fixed in renovate 20.2.3, which added min_access_level=30 to the GitLab project listing so only repos the bot can work on are discovered, plus INFO-level logging of all autodiscovered repos. The reporter confirmed the patch fixed it.
Source: https://github.com/renovatebot/renovate/issues/6299