From 17c6cf30ce26af05ef820614173693d3126e75e8 Mon Sep 17 00:00:00 2001 From: Arham Chordia <43543921+arhamchordia@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:21:31 +0200 Subject: [PATCH] Update dependabot.yml (#865) Reducing dependabot frequency to update dependencies to monthly basis instead of daily basis. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d921d0ffd..a6b3da92f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,5 @@ updates: - package-ecosystem: gomod directory: "/" schedule: - interval: daily + interval: monthly open-pull-requests-limit: 10