Skip to content

Commit

Permalink
Schedule dependabot PyPI updates to be weekly, not daily (#1227)
Browse files Browse the repository at this point in the history
* Schedule dependabot updates from PyPI to be weekly, not daily

Batch up these updates to make them less chatty and more manageable as discussed at #1226 (review)

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval

* Group all PyPI updates into a single larger pull request
  • Loading branch information
cclauss committed Jan 18, 2024
1 parent d8a6eb2 commit bf03e25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Expand Up @@ -2,8 +2,12 @@ version: 2
updates:
- package-ecosystem: pip
directory: "/requirements"
groups:
PyPI:
patterns:
- "*" # Group all PyPI updates into a single larger pull request
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 99
- package-ecosystem: github-actions
directory: "/"
Expand Down

0 comments on commit bf03e25

Please sign in to comment.