From ce9b1f07bf79523082c6611b05aef5fa7dbab060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cetch?= Date: Tue, 23 Jun 2020 11:09:35 +0900 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 529697d..dda9c42 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,7 @@ version: 2 updates: - package-ecosystem: npm - directory: "/api" - schedule: - interval: weekly - time: "20:00" - open-pull-requests-limit: 10 -- package-ecosystem: npm - directory: "/web" + directory: "/" schedule: interval: weekly time: "20:00"