From 7062f21134c847fac260b65c96795282f49a1269 Mon Sep 17 00:00:00 2001 From: Will Speak Date: Wed, 11 Feb 2026 15:31:32 +0000 Subject: [PATCH 1/2] Group dependabot updates for dev dependencies --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a765423..bddb6b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,14 +4,25 @@ updates: directory: '/' schedule: interval: 'weekly' + groups: + all: + patterns: + - '*' - package-ecosystem: 'npm' directory: '/' schedule: interval: 'weekly' + groups: + dev-dependencies: + dependency-type: 'development' - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'weekly' + groups: + all: + patterns: + - '*' - package-ecosystem: 'gitsubmodule' directory: '/' schedule: From a0a850aba853620062cb8b4918e9995a8ca30f49 Mon Sep 17 00:00:00 2001 From: Will Speak Date: Wed, 11 Feb 2026 15:36:15 +0000 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bddb6b5..c212ee2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,8 @@ updates: groups: dev-dependencies: dependency-type: 'development' + patterns: + - '*' - package-ecosystem: 'github-actions' directory: '/' schedule: