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'