Files
notifications-admin/.pyup.yml
Chris Hill-Scott f97517c6b0 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.
2021-01-08 17:02:39 +00:00

9 lines
180 B
YAML

# see https://pyup.io/docs/configuration/ for all available options
schedule: "every week on monday"
search: False
requirements:
- requirements.in
- requirements_for_test.in