From 8285aedc1e5bb1d48478efc5d0223aa2ddbf4c26 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 7 Nov 2023 02:40:46 +0800 Subject: [PATCH] build(bot): change dependencies update 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 305a195..01445cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,4 @@ updates: npm: dependency-type: "production" schedule: - interval: "weekly" + interval: "monthly"