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 21c31a7c5c [CI] Add pre-commit ecosystem to Dependabot (#2705)
21c31a7c5c is described below

commit 21c31a7c5c184ac83288891f0fe2a8268032b506
Author: John Bampton <[email protected]>
AuthorDate: Wed Mar 11 14:52:57 2026 +1000

    [CI] Add pre-commit ecosystem to Dependabot (#2705)
---
 .github/dependabot.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0ad286b185..59cafcb169 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -40,3 +40,15 @@ updates:
           - '*'
     cooldown:
       default-days: 7
+
+  - package-ecosystem: pre-commit
+    directory: /
+    open-pull-requests-limit: 2
+    schedule:
+      interval: monthly
+    groups:
+      github-dependencies:
+        patterns:
+          - '*'
+    cooldown:
+      default-days: 7

Reply via email to