From c78215c5dc81121e142eddca4e96f9c4755de952 Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Fri, 31 Jul 2026 17:54:37 -0400 Subject: [PATCH] Switch to monthly dependabot updates and use grouping --- .github/dependabot.yml | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c7f4541..106e243 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,22 +3,11 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - time: "09:30" - timezone: "America/Toronto" + interval: "monthly" groups: - github-official: + monthly-batch: patterns: - - "actions/*" - update-types: - - "minor" - - "patch" - docker: - patterns: - - "docker/*" - update-types: - - "minor" - - "patch" + - "*" pull-request-branch-name: separator: "/" commit-message: @@ -30,9 +19,11 @@ updates: - package-ecosystem: "bundler" directory: "/" schedule: - interval: "daily" - time: "09:45" - timezone: "America/Toronto" + interval: "monthly" + groups: + monthly-batch: + patterns: + - "*" pull-request-branch-name: separator: "/" commit-message: @@ -44,9 +35,11 @@ updates: - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" - time: "09:55" - timezone: "America/Toronto" + interval: "monthly" + groups: + monthly-batch: + patterns: + - "*" pull-request-branch-name: separator: "/" commit-message: @@ -58,7 +51,11 @@ updates: - package-ecosystem: "pre-commit" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + groups: + monthly-batch: + patterns: + - "*" pull-request-branch-name: separator: "/" commit-message: