From adf186ad391f408af5767b61d4e89575baadba4e Mon Sep 17 00:00:00 2001 From: Neo2308 Date: Fri, 12 Jan 2024 01:22:16 +0530 Subject: [PATCH] Updated dependabot frequency to monthly * Updated gomod update frequency to monthly. Signed-off-by: Neo2308 --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index adc2943..076412e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "monthly" open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/"