From 4aa0674a553f854751551856e39d0718c2448772 Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Mon, 16 Dec 2019 21:33:15 +0400 Subject: [PATCH] Bundle PR on a bi-weekly basis Currently pyup causes a lot of noise so when looking at the closed PR the real PRs can be easily overlooked. As we only have test dependencies simply updating on a bi-weekly basis should be sufficient. --- .pyup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pyup.yml b/.pyup.yml index c4b52e37..7ee57975 100644 --- a/.pyup.yml +++ b/.pyup.yml @@ -1,4 +1,5 @@ search: False +schedule: "every two weeks" requirements: - requirements/requirements-codestyle.txt: update: all