dependbot: Disable creating PRs
This commit is contained in:
parent
9ead9b4831
commit
850bf4a025
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user