There was an error while loading. Please reload this page.
1 parent ae32b3d commit f7d9211Copy full SHA for f7d9211
1 file changed
.github/dependabot.yml
@@ -7,8 +7,10 @@ updates:
7
interval: daily
8
open-pull-requests-limit: 99
9
allow:
10
+ # Only the ~137 packages named in requirements/*.in. Checking the ~293
11
+ # packages in the compiled requirements/*.txt makes the grouped job too slow
12
+ # to finish, and transitive pins move anyway when pip-compile reruns.
13
- dependency-type: direct
- - dependency-type: indirect
14
rebase-strategy: "disabled"
15
ignore:
16
# These update basically every day, and 99.9% of the time we don't care
0 commit comments