From 0a53b4438f54f72826a8c1ee48b80b1c389e054a Mon Sep 17 00:00:00 2001 From: RadhaKrishna Date: Fri, 12 Jan 2024 01:28:01 +0530 Subject: [PATCH] Updated dependabot frequency to monthly * Updated gomod update frequency to monthly. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c25ec3..dd798fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,5 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "monthly" open-pull-requests-limit: 10