Merge pull request #2420 from alphagov/change-pyup-to-create-weekly-updates

Add pyup configuration so that we only get one PR per week.
This commit is contained in:
Rebecca Law
2019-03-27 15:26:47 +00:00
committed by GitHub

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