diff --git a/.pyup.yml b/.pyup.yml new file mode 100644 index 00000000000..844c8123d1b --- /dev/null +++ b/.pyup.yml @@ -0,0 +1,4 @@ +# update schedule, default is not set +# the bot will visit the repo once and bundle all updates in a single PR for the given +# day/week/month +schedule: "every week" # allowed ["every day", "every week", "every two weeks", "every month"]