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

jiayu 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 12ce0d9ab3 [CI] Optimize Dependabot PRs by using `groups` (#2429)
12ce0d9ab3 is described below

commit 12ce0d9ab3b4d8381eaa5422fc991c7cfcdb3e33
Author: John Bampton <[email protected]>
AuthorDate: Thu Oct 23 12:03:59 2025 +1000

    [CI] Optimize Dependabot PRs by using `groups` (#2429)
---
 .github/dependabot.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 84b51dacbb..5f9cb3ae60 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,9 +22,17 @@ updates:
     open-pull-requests-limit: 2
     schedule:
       interval: monthly
+    groups:
+      github-dependencies:
+        patterns:
+          - '*'
 
   - package-ecosystem: pip
     directory: /docker
     open-pull-requests-limit: 2
     schedule:
       interval: monthly
+    groups:
+      github-dependencies:
+        patterns:
+          - '*'

Reply via email to