From b75b3e21f94805e652dff281485d5adb821a6eff Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Wed, 27 Mar 2019 14:58:13 +0000 Subject: [PATCH] Add pyup configuration so that we only get one PR per week. --- .pyup.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .pyup.yml diff --git a/.pyup.yml b/.pyup.yml new file mode 100644 index 000000000..0d3d9e533 --- /dev/null +++ b/.pyup.yml @@ -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