Skip to content

Commit

Permalink
[SEDONA-496] Dependabot: reduce the open pull requests limit to 2 (#1238
Browse files Browse the repository at this point in the history
)

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
  • Loading branch information
jbampton authored and jiayuasu committed Apr 28, 2024
1 parent 1ae3732 commit 76bddcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 76bddcf

Please sign in to comment.