Tell PyUp to look at .in files

We only want PyUp to be checking for the dependencies we specify
directly, not any sub-dependencies.

By telling it to now look only at `.in` files we preserve this existing
behaviour.
This commit is contained in:
Chris Hill-Scott
2020-12-29 13:33:42 +00:00
parent 0f68d25265
commit f97517c6b0

View File

@@ -4,5 +4,5 @@ schedule: "every week on monday"
search: False
requirements:
- requirements-app.txt
- requirements-dev.txt
- requirements.in
- requirements_for_test.in