repo-updater: Serialize Source requests
Created by: tsenart
This change set does two things:
- Conservatively makes Sources of the same external service kind be processed serially.
- Change
GithubSource
so that it performs requests serially.
Fixes #3582