From ebab43aab8a288e9a2d6f7200eff9cb5fcda3ace Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Fri, 5 Jul 2024 15:08:30 +0800 Subject: [PATCH] build(ci): make dependabot run weekly (#40) It's non-trivial to check-in build changes in npm dependencies bump PRs. Make dependabot run weekly and will manually check in such changes. --------- Signed-off-by: Billy Zha --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b91b485..7c18f31 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,12 +19,12 @@ updates: # default location of `.github/workflows` directory: "/" schedule: - interval: "daily" + interval: "weekly" labels: - "dependencies" - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "weekly" labels: - "dependencies"