mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-11 16:42:26 +03:00
Add groups for dependabot updates (#5709)
* Add groups for docker prs * development update group doesn't work * Remove docker group and exclude major package updates
This commit is contained in:
parent
7c9f6a75af
commit
b3389579c1
|
@ -9,6 +9,10 @@ updates:
|
||||||
# Every weekday
|
# Every weekday
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
|
groups:
|
||||||
|
github-actions:
|
||||||
|
patterns:
|
||||||
|
- '*'
|
||||||
|
|
||||||
{%- if cookiecutter.use_docker == 'y' %}
|
{%- if cookiecutter.use_docker == 'y' %}
|
||||||
|
|
||||||
|
@ -28,10 +32,14 @@ updates:
|
||||||
update-types:
|
update-types:
|
||||||
- 'version-update:semver-major'
|
- 'version-update:semver-major'
|
||||||
- 'version-update:semver-minor'
|
- 'version-update:semver-minor'
|
||||||
|
groups:
|
||||||
|
docker-python:
|
||||||
|
patterns:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
|
||||||
- package-ecosystem: 'docker'
|
- package-ecosystem: 'docker'
|
||||||
# Look for a `Dockerfile` in the `compose/local/node` directory
|
# Look for a `Dockerfile` in the listed directories
|
||||||
directories:
|
directories:
|
||||||
- 'compose/local/node/'
|
- 'compose/local/node/'
|
||||||
- 'compose/production/aws/'
|
- 'compose/production/aws/'
|
||||||
|
@ -54,6 +62,11 @@ updates:
|
||||||
# Every weekday
|
# Every weekday
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
|
groups:
|
||||||
|
python:
|
||||||
|
update-types:
|
||||||
|
- 'minor'
|
||||||
|
- 'patch'
|
||||||
|
|
||||||
{%- if cookiecutter.frontend_pipeline == 'Gulp' %}
|
{%- if cookiecutter.frontend_pipeline == 'Gulp' %}
|
||||||
|
|
||||||
|
@ -64,5 +77,10 @@ updates:
|
||||||
# Every weekday
|
# Every weekday
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
|
groups:
|
||||||
|
javascript:
|
||||||
|
update-types:
|
||||||
|
- 'minor'
|
||||||
|
- 'patch'
|
||||||
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user