* Create .pyup.yml
This commit is contained in:
aayush reddy 2018-06-19 21:48:56 +05:30 коммит произвёл Benjamin Forehand Jr
Родитель 19cfac60bc
Коммит a7a5baab0b
1 изменённых файлов: 11 добавлений и 0 удалений

11
.pyup.yml Normal file
Просмотреть файл

@ -0,0 +1,11 @@
update: all # change if auto update is not good for us
pin: True
branch: master
search: True
requirements:
- Pipfile
- Pipfile.lock
label_prs: update
assignees:
- jrbenny35
schedule: "every week"