From 4b15ca69307fef7e42f2eda77c3d991c1902a4b6 Mon Sep 17 00:00:00 2001 From: Rhys Koedijk Date: Sat, 7 Dec 2024 18:07:39 +1300 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 66c2064..df32d5d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,10 @@ version: 2 updates: - package-ecosystem: 'npm' target-branch: 'main' - directory: '/' + directories: + - '/' + - '/task' + - '/ui' schedule: interval: 'weekly' day: 'saturday'