From 32f43d32946172a7d3169129f7e5ae6f184d6e77 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 26 Dec 2018 13:52:56 +0100 Subject: [PATCH] Adjust pyup.yml to also "find" requirements-dev --- .pyup.yml | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/.pyup.yml b/.pyup.yml index a0833af39..74c1456ce 100644 --- a/.pyup.yml +++ b/.pyup.yml @@ -1,4 +1,32 @@ -# autogenerated pyup.io config file +# autogenerated pyup.io config file # see https://pyup.io/docs/configuration/ for all available options -schedule: every day +# configure updates globally +# default: all +# allowed: all, insecure, False +update: all + +# configure dependency pinning globally +# default: True +# allowed: True, False +pin: True + +schedule: "every day" + + +search: False +# Specify requirement files by hand, default is empty +# default: empty +# allowed: list +requirements: + - requirements.txt + - requirements-dev.txt + + +# configure the branch prefix the bot is using +# default: pyup- +branch_prefix: pyup/ + +# allow to close stale PRs +# default: True +close_prs: True