From 37915d437c7f6947d3612d78cd9f1c0a48a7d5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 17 Apr 2025 14:27:28 +0200 Subject: [PATCH] chore: Add vendor-bin dependabot configurations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/dependabot.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9ec67290..c7cc0d7be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,17 +3,16 @@ version: 2 updates: - package-ecosystem: composer - directory: "/" + directories: + - / + - /vendor-bin/cs-fixer + - /vendor-bin/psalm + - /tests/integration schedule: interval: daily time: "03:00" timezone: Europe/Paris open-pull-requests-limit: 10 -- package-ecosystem: composer - directory: "/tests/integration" - schedule: - interval: weekly - day: saturday - time: "03:00" - timezone: Europe/Paris - open-pull-requests-limit: 10 + labels: + - 3. to review + - dependencies