From 9ea9e97318d3a53c732179ac195cdabd82797edd Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 21 Sep 2024 07:31:36 -0400 Subject: [PATCH] build: opt tool (Laravel) into dep updates (#75) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40b60fe..bffa79f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,10 @@ updates: interval: weekly time: "04:00" timezone: "America/New_York" + + - package-ecosystem: composer + directory: tool/ + schedule: + interval: weekly + time: "04:30" + timezone: "America/New_York"