Skip to content

Commit 34fda77

Browse files
authored
Merge pull request readthedocs#5279 from rtfd/humitos/pyup-config-file
pyup YAML configuration file
2 parents 3b36b92 + 222a0a7 commit 34fda77

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.pyup.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# configure updates globally
2+
# default: all
3+
# allowed: all, insecure, False
4+
update: all
5+
6+
# configure dependency pinning globally
7+
# default: True
8+
# allowed: True, False
9+
pin: True
10+
11+
# update schedule
12+
# default: empty
13+
# allowed: "every day", "every week", ..
14+
schedule: "every week"
15+
16+
# search for requirement files
17+
# default: True
18+
# allowed: True, False
19+
search: True
20+
21+
# configure the branch prefix the bot is using
22+
# default: pyup-
23+
branch_prefix: pyup/
24+
25+
# set a global prefix for PRs
26+
# default: empty
27+
pr_prefix: pyup:
28+
29+
# allow to close stale PRs
30+
# default: True
31+
close_prs: True

0 commit comments

Comments
 (0)