-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.pyup.yml
43 lines (28 loc) · 815 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
37
38
39
40
41
42
43
# config for pyup.io
# configure updates globally
update: all
# configure dependency pinning globally
pin: True
# set the default branch
# default: empty, the default branch on GitHub
branch: development
# update schedule
schedule: "every month"
# search for requirement files
search: True
# Specify requirement files by hand, default is empty
# 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:
- toonarmycaptain
# configure the branch prefix the bot is using
# default: pyup-
# set a global prefix for PRs
# default: empty
# allow to close stale PRs
close_prs: True