This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new 74ebad644 Add descriptive labels to dependabot groups (#2626)
74ebad644 is described below

commit 74ebad6444c0cea3e39627f6b6c965d72a6782ee
Author: John Bampton <[email protected]>
AuthorDate: Fri Mar 13 07:47:44 2026 +1000

    Add descriptive labels to dependabot groups (#2626)
---
 .github/dependabot.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0ee720946..da908adf1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -114,7 +114,7 @@ updates:
       interval: 'weekly'
     open-pull-requests-limit: 10
     groups:
-      github-dependencies:
+      github-actions-dependencies:
         patterns:
           - '*'
 
@@ -126,7 +126,7 @@ updates:
       interval: 'monthly'
     open-pull-requests-limit: 10
     groups:
-      github-dependencies:
+      github-actions-dependencies:
         patterns:
           - '*'
 
@@ -136,6 +136,6 @@ updates:
       interval: 'weekly'
     open-pull-requests-limit: 10
     groups:
-      github-dependencies:
+      pre-commit-hooks:
         patterns:
           - '*'

Reply via email to