Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
feat: Allow 100 Dependabot PRs for main Python dependencies
Browse files Browse the repository at this point in the history
In case there's another case of a dependency blocking everything, such as
<aws/aws-cdk#21867>.

(Not setting to 0 (unlimited) in case of any future bugs in Dependabot
creating crazy amounts of PRs.)
  • Loading branch information
l0b0 committed Sep 8, 2022
1 parent 4107675 commit 81814f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ updates:
interval: daily
- package-ecosystem: pip
directory: /
open-pull-requests-limit: 100
schedule:
interval: daily
- package-ecosystem: pip
Expand Down

0 comments on commit 81814f5

Please sign in to comment.