From 6c8eeeae184ecf6a2f94fdbf724d311b8bb33c0e Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Mon, 12 Oct 2020 01:12:51 +0530 Subject: [PATCH] fix(tools): make weekly updates to client --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd2b7bbd94c..5855e06f723 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: npm directory: '/client' schedule: - interval: daily + interval: 'weekly' open-pull-requests-limit: 20 labels: - 'dependabot'