From 6b6bb1df0805144a1c2fb3f5e9f27cb96ece8ef6 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 10 Nov 2022 13:15:56 -0300 Subject: [PATCH] Chore: Reduce the frequency of dependabot runs to weekly basis (#4656) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 880b92a78..fe60c3381 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,5 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 25 \ No newline at end of file