mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 23:23:27 -05:00
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.
9 lines
180 B
YAML
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
|