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