From 157f8490318db494c559162be8a6ce6fbb5c7727 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 28 Oct 2024 10:38:32 +0100 Subject: [PATCH] chore(dependabot): Add `vendor-bin/behat` directory Signed-off-by: Jonas --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 831f7aa80..b3189ceaf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,7 @@ updates: - package-ecosystem: composer directories: + - "/vendor-bin/behat" - "/vendor-bin/cs-fixer" - "/vendor-bin/phpunit" - "/vendor-bin/psalm"