dependbot: Disable creating PRs

This commit is contained in:
Alexander Zhogov 2022-01-20 14:14:00 +03:00 committed by GitHub
parent 9ead9b4831
commit 850bf4a025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
version: 2 version: 2
updates: updates:
# Enable version updates for nGraph Python API # Enable version updates for Python API
- package-ecosystem: pip - package-ecosystem: pip
directory: "/src/bindings/python" directory: "/src/bindings/python"
schedule: schedule:
interval: weekly interval: weekly
day: monday day: monday
time: "13:00" time: "13:00"
open-pull-requests-limit: 10 open-pull-requests-limit: 0
reviewers: reviewers:
- jiwaszki - jiwaszki
- akuporos - akuporos