From d0b76fa00ccf84605a8f62569b667b5c989b1423 Mon Sep 17 00:00:00 2001 From: James Garbutt <43081j@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:12:34 +0000 Subject: [PATCH] chore: group dependabot updates --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 029a668..06b07c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,17 @@ updates: interval: weekly open-pull-requests-limit: 10 versioning-strategy: increase + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development" - package-ecosystem: 'github-actions' directory: '/' schedule: interval: weekly + open-pull-requests-limit: 5 + groups: + github-actions: + patterns: + - "*"