mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-03-03 19:08:15 +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
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
groups:
|
||||
docker:
|
||||
patterns:
|
||||
- '*'
|
||||
|
||||
{%- endif %}
|
||||
|
||||
|
@ -68,8 +64,9 @@ updates:
|
|||
interval: 'daily'
|
||||
groups:
|
||||
python:
|
||||
patterns:
|
||||
- '*'
|
||||
update-types:
|
||||
- 'minor'
|
||||
- 'patch'
|
||||
|
||||
{%- if cookiecutter.frontend_pipeline == 'Gulp' %}
|
||||
|
||||
|
@ -82,7 +79,8 @@ updates:
|
|||
interval: 'daily'
|
||||
groups:
|
||||
javascript:
|
||||
patterns:
|
||||
- '*'
|
||||
update-types:
|
||||
- 'minor'
|
||||
- 'patch'
|
||||
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user