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,6 +1,9 @@
# 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
- package-ecosystem: pip
directory: "/ngraph/python" directory: "/ngraph/python"
schedule: schedule:
interval: weekly interval: weekly
@ -10,4 +13,5 @@ updates:
reviewers: reviewers:
- postrational - postrational
labels: labels:
- dependencies - "category: dependencies"