Merge pull request #129 from Roestlab/ci #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
updates: | |
- package-ecosystem: "pip" | |
directory: "/" # Location of your pyproject.toml or requirements.txt | |
schedule: | |
interval: "weekly" # Checks for updates every week | |
commit-message: | |
prefix: "deps" # Prefix for pull request titles | |
open-pull-requests-limit: 5 # Limit the number of open PRs at a time |