Files
Oleksandr Chychkan da9fce58bb Create dependabot.yml
2021-08-20 11:54:34 -07:00

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"