diff --git a/.pyup.yml b/.pyup.yml new file mode 100644 index 0000000000..d6756a2100 --- /dev/null +++ b/.pyup.yml @@ -0,0 +1,8 @@ +# configure updates globally +# default: all +# allowed: all, insecure, False +update: insecure + +# set the default branch +# default: empty, the default branch on GitHub +branch: develop