Renovate exits with status 0 and stops processing further repos on GitLab

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.

Fixed in renovate 20.2.3, which added minaccesslevel=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

Source: https://github.com/renovatebot/renovate/issues/6299