Update dependabot.yml

This commit is contained in:
Alexander Zhogov 2020-11-18 13:07:34 +03:00 committed by GitHub
parent 5dfb291a56
commit 97228dc7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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