From e1f54ec9d821aa40ab41e74b5ac1cf4b12d1609a Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 22 Sep 2021 09:59:05 +0800 Subject: [PATCH] chore: reduce dependabot frequency --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4872c5afd..d8e014065 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,5 @@ updates: - package-ecosystem: npm directory: "/" schedule: - interval: daily - open-pull-requests-limit: 10 + interval: monthly + open-pull-requests-limit: 20