From cdda92fd25cb8108dec0c27c3eb5dadf1a8735c3 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Mon, 12 Oct 2020 00:33:52 +0530 Subject: [PATCH] fix(tools): remove root packages from automatic update --- .github/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b147451967..bd2b7bbd94 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,5 @@ version: 2 updates: - - package-ecosystem: npm - directory: '/' - schedule: - interval: daily - open-pull-requests-limit: 20 - labels: - - 'dependabot' - - package-ecosystem: npm directory: '/client' schedule: @@ -16,7 +8,6 @@ updates: labels: - 'dependabot' - 'platform: client' - - package-ecosystem: npm directory: '/api-server' schedule: @@ -26,7 +17,6 @@ updates: labels: - 'dependabot' - 'platform: api' - - package-ecosystem: npm directory: '/curriculum' schedule: