mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Update .pyup.yml
This commit is contained in:
parent
135c6d7f59
commit
43a6f5d854
13
.pyup.yml
13
.pyup.yml
|
@ -1,4 +1,15 @@
|
||||||
# Specify requirement files by hand
|
# configure updates globally
|
||||||
|
# default: all
|
||||||
|
# allowed: all, insecure, False
|
||||||
|
update: all
|
||||||
|
|
||||||
|
# configure dependency pinning globally
|
||||||
|
# default: True
|
||||||
|
# allowed: True, False
|
||||||
|
pin: True
|
||||||
|
|
||||||
|
# Specify requirement files by hand, pyup seems to struggle to
|
||||||
|
# find the ones in the project_slug folder
|
||||||
requirements:
|
requirements:
|
||||||
- "requirements.txt"
|
- "requirements.txt"
|
||||||
- "{{cookiecutter.project_slug}}/requirements/base.txt"
|
- "{{cookiecutter.project_slug}}/requirements/base.txt"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user