-
Notifications
You must be signed in to change notification settings - Fork 43
/
.pyup.yml
49 lines (40 loc) · 1.03 KB
/
.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
37
38
39
40
41
42
43
44
45
46
47
48
49
# autogenerated pyup.io config file
# see https://pyup.io/docs/configuration/ for all available options
# configure updates globally
# default: all
# allowed: all, insecure, False
update: all
# configure dependency pinning globally
# default: True
# allowed: True, False
pin: True
# set the default branch
# default: empty, the default branch on GitHub
branch: develop
# update schedule
# default: empty
# allowed: "every day", "every week", ..
schedule: "every month"
# search for requirement files
# default: True
# allowed: True, False
search: True
# Specify requirement files by hand, default is empty
# default: empty
# allowed: list
requirements:
- requirements.txt:
# update all dependencies and pin them
update: all
pin: True
# assign users to pull requests, default is not set
# requires private repo permissions, even on public repos
# default: empty
assignees:
- bourque
# configure the branch prefix the bot is using
# default: pyup-
branch_prefix: pyup/
# allow to close stale PRs
# default: True
close_prs: True