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 fae1b9f2e [SEDONA-496] Dependabot: reduce the open pull requests limit 
to 2 (#1238)
fae1b9f2e is described below

commit fae1b9f2eb2740f1b9e172756b08bddfb1c67671
Author: John Bampton <[email protected]>
AuthorDate: Mon Feb 19 09:22:06 2024 +1000

    [SEDONA-496] Dependabot: reduce the open pull requests limit to 2 (#1238)
    
    This will reduce the number of open pull requests for version updates at 
any one time.
    
    Might help to reduce spam like content on the mailing list.
    
    
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
---
 .github/dependabot.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 320f41b36..a5d7cc6bb 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -2,10 +2,12 @@ version: 2
 updates:
   - package-ecosystem: github-actions
     directory: /
+    open-pull-requests-limit: 2
     schedule:
       interval: monthly
 
   - package-ecosystem: pip
     directory: /docker/sedona-spark-jupyterlab
+    open-pull-requests-limit: 2
     schedule:
       interval: monthly

Reply via email to