mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Remove docker group and exclude major package updates
This commit is contained in:
parent
5eaf7811b4
commit
797e2c1929
|
@ -51,10 +51,6 @@ updates:
|
||||||
# Every weekday
|
# Every weekday
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
groups:
|
|
||||||
docker:
|
|
||||||
patterns:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
@ -68,8 +64,9 @@ updates:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
groups:
|
groups:
|
||||||
python:
|
python:
|
||||||
patterns:
|
update-types:
|
||||||
- '*'
|
- 'minor'
|
||||||
|
- 'patch'
|
||||||
|
|
||||||
{%- if cookiecutter.frontend_pipeline == 'Gulp' %}
|
{%- if cookiecutter.frontend_pipeline == 'Gulp' %}
|
||||||
|
|
||||||
|
@ -82,7 +79,8 @@ updates:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
groups:
|
groups:
|
||||||
javascript:
|
javascript:
|
||||||
patterns:
|
update-types:
|
||||||
- '*'
|
- 'minor'
|
||||||
|
- 'patch'
|
||||||
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user