Files
openvino/.github/dependabot.yml
2021-11-22 13:35:47 +03:00

19 lines
486 B
YAML

# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
version: 2
updates:
# Enable version updates for nGraph Python API
- package-ecosystem: pip
directory: "/runtime/bindings/python"
schedule:
interval: weekly
day: monday
time: "13:00"
open-pull-requests-limit: 10
reviewers:
- jiwaszki
- akuporos
labels:
- "category: dependencies"