mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-13 15:32:36 +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
|
# Update npm packages
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "{{cookiecutter.project_slug}}/"
|
directories:
|
||||||
|
- "{{cookiecutter.project_slug}}/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user