From 909b835d7a710d04dae1253608a660c5929925d5 Mon Sep 17 00:00:00 2001 From: Chris Kolosiwsky Date: Wed, 28 Jun 2017 13:19:44 -0500 Subject: [PATCH] add pyup definition file --- .pyup.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .pyup.yml diff --git a/.pyup.yml b/.pyup.yml new file mode 100644 index 0000000..35908b9 --- /dev/null +++ b/.pyup.yml @@ -0,0 +1,7 @@ +--- +schedule: "every day" +search: false +update: insecure +requirements: + - requirements.txt: + update: security