mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-03-16 21:00:23 +00:00
Update .pyup.yml
This commit is contained in:
parent
27b905e7bc
commit
4b103d1d93
1 changed files with 6 additions and 0 deletions
|
|
@ -12,3 +12,9 @@ pin: True
|
|||
# requires private repo permissions, even on public repos
|
||||
# default: empty
|
||||
label_prs: update
|
||||
|
||||
requirements:
|
||||
- requirements.txt
|
||||
- {{cookiecutter.project_slug}}/requirements/base.txt
|
||||
- {{cookiecutter.project_slug}}/requirements/local.txt
|
||||
- {{cookiecutter.project_slug}}/requirements/production.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue