From 90305230dc1a5ce9bc4e204740e1f63c903e579a Mon Sep 17 00:00:00 2001 From: James Hateley Date: Tue, 28 Jul 2026 10:34:15 +1000 Subject: [PATCH] build(deps): group Dependabot minor/patch updates into weekly PRs Signed-off-by: James Hateley --- .github/dependabot.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 539e83f..86810ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,22 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 5 + groups: + gradle-minor-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 5 \ No newline at end of file + open-pull-requests-limit: 5 + groups: + actions-minor-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" \ No newline at end of file