mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-13 07:22:35 +03:00
Use directories instead of directory to workaround the glob issue
https://github.com/dependabot/dependabot-core/issues/10525
This commit is contained in:
parent
bbfd618f6e
commit
c0013a5cd5
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
@ -22,7 +22,8 @@ updates:
|
|||
|
||||
# Update npm packages
|
||||
- package-ecosystem: "npm"
|
||||
directory: "{{cookiecutter.project_slug}}/"
|
||||
directories:
|
||||
- "{{cookiecutter.project_slug}}/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
|
|
Loading…
Reference in New Issue
Block a user