Add Dependabot configuration (#3029)

* Add Dependabot configuration

* Update config to Dependabot native
This commit is contained in:
Michał Karzyński 2020-11-13 09:50:47 +01:00 committed by GitHub
parent 95be0aa638
commit 76ff0a5466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/ngraph/python"
schedule:
interval: weekly
day: monday
time: "13:00"
open-pull-requests-limit: 10
reviewers:
- postrational
labels:
- dependencies