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

johnbam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new ca712fb268 [CI] Add descriptive labels to the dependabot groups (#2733)
ca712fb268 is described below

commit ca712fb26851c69c40d7bb413335f69be5923d42
Author: John Bampton <[email protected]>
AuthorDate: Thu Mar 12 19:10:47 2026 +1000

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2c52112258..2bd45e0e76 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,7 +23,7 @@ updates:
     schedule:
       interval: monthly
     groups:
-      github-dependencies:
+      github-actions-dependencies:
         patterns:
           - '*'
     cooldown:
@@ -35,7 +35,7 @@ updates:
     schedule:
       interval: monthly
     groups:
-      github-dependencies:
+      pip-dependencies:
         patterns:
           - '*'
     cooldown:
@@ -47,6 +47,6 @@ updates:
     schedule:
       interval: monthly
     groups:
-      github-dependencies:
+      pre-commit-hooks:
         patterns:
           - '*'

Reply via email to