mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
development update group doesn't work
This commit is contained in:
parent
f39d088e5a
commit
5eaf7811b4
|
@ -67,10 +67,9 @@ updates:
|
|||
schedule:
|
||||
interval: 'daily'
|
||||
groups:
|
||||
production-dependencies:
|
||||
dependency-type: "production"
|
||||
development-dependencies:
|
||||
dependency-type: "development"
|
||||
python:
|
||||
patterns:
|
||||
- '*'
|
||||
|
||||
{%- if cookiecutter.frontend_pipeline == 'Gulp' %}
|
||||
|
||||
|
@ -82,7 +81,7 @@ updates:
|
|||
schedule:
|
||||
interval: 'daily'
|
||||
groups:
|
||||
npm:
|
||||
javascript:
|
||||
patterns:
|
||||
- '*'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user