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 aec52eb8d2 [CI] Dependabot: add a cooldown period for new releases 
(#2579)
aec52eb8d2 is described below

commit aec52eb8d2430d7b8e1f555dfc286b533c010ba2
Author: John Bampton <[email protected]>
AuthorDate: Thu Jan 8 11:39:32 2026 +1000

    [CI] Dependabot: add a cooldown period for new releases (#2579)
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5f9cb3ae60..0ad286b185 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -26,6 +26,8 @@ updates:
       github-dependencies:
         patterns:
           - '*'
+    cooldown:
+      default-days: 7
 
   - package-ecosystem: pip
     directory: /docker
@@ -36,3 +38,5 @@ updates:
       github-dependencies:
         patterns:
           - '*'
+    cooldown:
+      default-days: 7

Reply via email to