Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 9b5ebd0

Browse files
committed
Add pyup config
1 parent 88af331 commit 9b5ebd0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.pyup.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# See documentation here: https://pyup.io/docs/bot/config/
2+
3+
# configure updates globally
4+
# default: all
5+
# allowed: all, insecure, False
6+
update: all
7+
8+
# configure dependency pinning globally
9+
# default: True
10+
# allowed: True, False
11+
pin: True
12+
13+
# set the default branch
14+
# default: empty, the default branch on GitHub
15+
branch: master
16+
17+
# update schedule
18+
# default: empty
19+
# allowed: "every day", "every week", ..
20+
schedule: "every week"
21+
22+
# search for requirement files
23+
# default: True
24+
# allowed: True, False
25+
search: True

0 commit comments

Comments
 (0)