From 0fc2ad273d17e2644d92ad998447853c88a16e4e Mon Sep 17 00:00:00 2001 From: Dominik Schulz Date: Mon, 15 Apr 2024 09:42:34 +0200 Subject: [PATCH] Reduce dependabot frequency (#2868) The bot is too noisy and and gomod dependencies are automatically bumped during every release anyway. Signed-off-by: Dominik Schulz --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 138fae297a..b6311c6ffa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,5 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - open-pull-requests-limit: 5 + interval: "monthly" + open-pull-requests-limit: 15