From f7400417a6c0ae210d0e8bd40c7489255bb22b66 Mon Sep 17 00:00:00 2001 From: Dario Date: Wed, 4 Jul 2018 00:40:37 +0200 Subject: [PATCH 1/2] Disable Pyup pull requests --- .pyup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pyup.yml b/.pyup.yml index c91b3d0938..cc15dafb9c 100644 --- a/.pyup.yml +++ b/.pyup.yml @@ -1,7 +1,7 @@ # configure updates globally # default: all # allowed: all, insecure, False -update: insecure +update: False # set the default branch # default: empty, the default branch on GitHub From 1875446925d049591545574c3adf9724c54b8950 Mon Sep 17 00:00:00 2001 From: sharkykh Date: Wed, 4 Jul 2018 01:42:43 +0300 Subject: [PATCH 2/2] Schedule --- .pyup.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pyup.yml b/.pyup.yml index cc15dafb9c..0625eb8a07 100644 --- a/.pyup.yml +++ b/.pyup.yml @@ -3,6 +3,11 @@ # allowed: all, insecure, False update: False +# update schedule +# default: empty +# allowed: "every day", "every week", .. +schedule: "every month" + # set the default branch # default: empty, the default branch on GitHub branch: develop