From 874af50e2ff06adbfa0fcdd5c1823c6613291813 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Tue, 17 Jun 2025 01:34:45 +0300 Subject: [PATCH] ci: reduce dependabot spam Signed-off-by: Mohammed Al Sahaf --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aeee0fd93..d5a744563 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,10 @@ updates: - package-ecosystem: gomod directory: / + groups: + all-updates: + patterns: + - "*" + open-pull-requests-limit: 1 schedule: - interval: weekly + interval: monthly