Skip to content

Commit ebc6632

Browse files
authored
Allow 10 PRs for dependabot pip updates (#1147)
1 parent d03c968 commit ebc6632

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates:
55
insecure-external-code-execution: allow
66
schedule:
77
interval: "daily"
8+
# Allow up to 10 open pull requests for pip dependencies
9+
open-pull-requests-limit: 10
810
labels:
911
- "maintenance"
1012
- "dependencies"

0 commit comments

Comments
 (0)