From e385d81a63fc3fb70f362672ce9406e1b037caa7 Mon Sep 17 00:00:00 2001 From: Ryan Schmitt Date: Wed, 28 Jan 2026 10:12:23 -0800 Subject: [PATCH] Batch Dependabot updates on a monthly basis --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 26635e55a..d6ca3a0e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,7 +18,11 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "daily" + interval: "monthly" + open-pull-requests-limit: 1 + groups: + all: + patterns: ["*"] # Remember that version range definitions depend on the build tool, thus for Maven: # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#versions-ignore # https://maven.apache.org/pom.html#Dependency_Version_Requirement_Specification