From c0013a5cd54f77ce9dd731cc0134543978a47d3f Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 9 Sep 2025 21:46:31 +0100 Subject: [PATCH] Use directories instead of directory to workaround the glob issue https://github.com/dependabot/dependabot-core/issues/10525 --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8fa3bd109..13909a421 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,7 +22,8 @@ updates: # Update npm packages - package-ecosystem: "npm" - directory: "{{cookiecutter.project_slug}}/" + directories: + - "{{cookiecutter.project_slug}}/" schedule: interval: "daily" labels: