forked from readthedocs/readthedocs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pyup.yml
36 lines (29 loc) · 735 Bytes
/
.pyup.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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
# list all requirements that are tracked by pip-tools
# we have to specify them here because they are not .txt or .pip
requirements:
- requirements/docs.in
# 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