From 5b3c7ae782f14514badbad7315ec7a6bc6997e7e Mon Sep 17 00:00:00 2001 From: Jackson Mills Date: Wed, 4 Oct 2023 14:06:55 -0700 Subject: [PATCH] Update the dependabot interval to weekly (#2493) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de688c44..0c33596a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,6 @@ updates: - package-ecosystem: npm directory: "/" schedule: - interval: monthly + interval: weekly time: "15:00" open-pull-requests-limit: 10