From 7a12591205240018d24df3e9b6c720d28fd3987e Mon Sep 17 00:00:00 2001 From: RadhaKrishna Date: Sat, 12 Aug 2023 14:19:16 +0530 Subject: [PATCH 1/2] Added gomod config to dependabot * Added gomod config to dependabot to keep go dependencies updated. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64284b9..2c25ec3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: directory: "/" schedule: interval: "monthly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 From 0a53b4438f54f72826a8c1ee48b80b1c389e054a Mon Sep 17 00:00:00 2001 From: RadhaKrishna Date: Fri, 12 Jan 2024 01:28:01 +0530 Subject: [PATCH 2/2] 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