From 59a39bda63007a49182e8dda8c860e157efcc0ab Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 12 Mar 2026 15:56:22 +1000 Subject: [PATCH] Add descriptive labels for dependabot groups --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c94ba56..dd6b759 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: schedule: interval: 'daily' groups: - github-dependencies: + bundler-dependencies: patterns: - '*' - package-ecosystem: 'github-actions' @@ -14,7 +14,7 @@ updates: schedule: interval: 'daily' groups: - github-dependencies: + github-actions-dependencies: patterns: - '*' - package-ecosystem: 'pre-commit' @@ -22,6 +22,6 @@ updates: schedule: interval: 'daily' groups: - github-dependencies: + pre-commit-hooks: patterns: - '*'