2018-12-26 12:52:56 +00:00
|
|
|
# autogenerated pyup.io config file
|
2018-06-06 22:55:09 +00:00
|
|
|
# see https://pyup.io/docs/configuration/ for all available options
|
|
|
|
|
2018-12-26 12:52:56 +00:00
|
|
|
# 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
|
2018-12-28 09:41:54 +00:00
|
|
|
- requirements-plot.txt
|
2018-12-26 12:52:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
# configure the branch prefix the bot is using
|
|
|
|
# default: pyup-
|
|
|
|
branch_prefix: pyup/
|
|
|
|
|
|
|
|
# allow to close stale PRs
|
|
|
|
# default: True
|
|
|
|
close_prs: True
|