Bug 1384167 - Add a config file for pyup. (#658)

We want to have the pyup service regularly check our requirements files for security update. Adding this config file is the first step to setup this process.
This commit is contained in:
Adrian Gaudebert 2017-08-02 15:25:58 +02:00 коммит произвёл GitHub
Родитель 39ab34a748
Коммит b406ddf05d
1 изменённых файлов: 10 добавлений и 0 удалений

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

@ -0,0 +1,10 @@
schedule: "every day"
search: False
update: insecure
requirements:
- requirements.txt:
update: security
- requirements-dev.txt:
update: security
- docs/requirements.txt:
update: security