mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-18 10:54:51 +03:00
added mysql support in dependabot.yml
This commit is contained in:
parent
ddcef98212
commit
2fa5bdce54
|
@ -57,8 +57,14 @@ updates:
|
|||
|
||||
# Enable version updates for Docker
|
||||
- package-ecosystem: "docker"
|
||||
{%- if cookiecutter.database_engine == 'postgresql' %}
|
||||
# Look for a `Dockerfile` in the `compose/production/postgres` directory
|
||||
directory: "compose/production/postgres/"
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.database_engine == 'mysql' %}
|
||||
# Look for a `Dockerfile` in the `compose/production/mysql` directory
|
||||
directory: "compose/production/mysql/"
|
||||
{%- endif %}
|
||||
# Check for updates to GitHub Actions every weekday
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
|
Loading…
Reference in New Issue
Block a user