Add pyup configuration so that we only get one PR per week.

This commit is contained in:
Rebecca Law
2019-03-27 14:58:13 +00:00
parent a469bfd892
commit b75b3e21f9

8
.pyup.yml Normal file
View File

@@ -0,0 +1,8 @@
# see https://pyup.io/docs/configuration/ for all available options
schedule: "every week on wednesday"
search: False
requirements:
- requirements-app.txt
- requirements-dev.txt