13 lines
364 B
YAML
13 lines
364 B
YAML
# See https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "pip"
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 5
|
|
pull-request-branch-name:
|
|
separator: "-"
|
|
reviewers:
|
|
- "chychkan"
|