-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pyup.yml
50 lines (40 loc) · 1.07 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
50
# 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: insecure
# configure dependency pinning globally
# default: True
# allowed: True, False
pin: false
# set the default branch
# default: empty, the default branch on GitHub
# branch: master
# update schedule
# default: empty
# allowed: "every day", "every week", ..
schedule: "every week"
# search for requirement files
# default: True
# allowed: True, False
search: true
# add a label to pull requests, default is not set
# requires private repo permissions, even on public repos
# default: empty
# label_prs: update
# assign users to pull requests, default is not set
# requires private repo permissions, even on public repos
# default: empty
# assignees:
# - carl
# - carlsen
# configure the branch prefix the bot is using
# default: pyup-
# branch_prefix: pyup/
# set a global prefix for PRs
# default: empty
# pr_prefix: "Bug #12345"
# allow to close stale PRs
# default: True
close_prs: true