From 9fd6907bd1066b35b7687c1f4c827a3a9e4396f6 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 25 Jan 2022 11:13:48 +0800 Subject: [PATCH] :wrench: Chore: modify schedule.interval to "monthly" --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c589d70..d8a232fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,5 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly" open-pull-requests-limit: 1000