Use directories instead of directory to workaround the glob issue

https://github.com/dependabot/dependabot-core/issues/10525
This commit is contained in:
Bruno Alla 2025-09-09 21:46:31 +01:00
parent bbfd618f6e
commit c0013a5cd5

View File

@ -22,7 +22,8 @@ updates:
# Update npm packages
- package-ecosystem: "npm"
directory: "{{cookiecutter.project_slug}}/"
directories:
- "{{cookiecutter.project_slug}}/"
schedule:
interval: "daily"
labels: