tinglesoftware / dependabot-azure-devops

Tools for updating dependencies in Azure DevOps repositories using https://dependabot.com
MIT License
201 stars 66 forks source link

Fix open pull requests limit being ignored #1461

Closed rhyskoedijk closed 4 days ago

rhyskoedijk commented 5 days ago

Fixes #1460

Ensures that the open pull requests limit cannot be exceeded. The "update all" step will now be skipped if the pull request limit has already been reached, since there is no point running it if no new PRs can be opened.