From 8fdcc9e076e773b3f770c0704bc67f3c158f89da Mon Sep 17 00:00:00 2001 From: jsandas Date: Sat, 18 Jul 2026 21:04:22 -0600 Subject: [PATCH] reconfigure dependabot to group updates and run monthly --- .github/dependabot.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 295fce6..4827be0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,24 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + groups: + all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: ".github/workflows" schedule: - interval: "weekly" + interval: "monthly" + groups: + all: + patterns: + - "*" - package-ecosystem: "docker" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "monthly" + groups: + all: + patterns: + - "*" \ No newline at end of file