Skip to content

Commit f7d9211

Browse files
authored
chore(dependabot): only track direct Python dependencies (#20478)
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
1 parent ae32b3d commit f7d9211

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎.github/dependabot.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ updates:
77
interval: daily
88
open-pull-requests-limit: 99
99
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.
1013
- dependency-type: direct
11-
- dependency-type: indirect
1214
rebase-strategy: "disabled"
1315
ignore:
1416
# These update basically every day, and 99.9% of the time we don't care

0 commit comments

Comments
 (0)