readthedocs.org/.pyup.yml

32 lines
576 B
YAML
Raw Permalink Normal View History

2019-02-12 17:02:05 +00:00
# configure updates globally
# default: all
# allowed: all, insecure, False
update: all
# configure dependency pinning globally
# default: True
# allowed: True, False
pin: True
# update schedule
# default: empty
# allowed: "every day", "every week", ..
schedule: "every week"
# search for requirement files
# default: True
# allowed: True, False
search: True
# configure the branch prefix the bot is using
# default: pyup-
branch_prefix: pyup/
# set a global prefix for PRs
# default: empty
2019-02-13 12:54:58 +00:00
pr_prefix: "pyup: "
2019-02-12 17:02:05 +00:00
# allow to close stale PRs
# default: True
close_prs: True