Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throttle dependabot (mobilecoinfoundation#2874)
The motivation for this is, dependabot may under various circumstances decide to rebase and force push all its open branchs. With the current configuration, that can cause 50 PRs to trigger CI all at once, which effectively DOS'es the engineers from using CI. This change will cut down the number of open dependabot PRs at any point in time by about a factor of 5, so these force push events will cause much less load on the cluster and engineers will not be forced to manually cancel dependabot CI runs to get their work done.
- Loading branch information