加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pyup.yml 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
Manuel Kaufmann 提交于 2019-02-13 13:54 . pyup.yml syntax fixed
# 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
pr_prefix: "pyup: "
# allow to close stale PRs
# default: True
close_prs: True
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化