Add Dependabot configuration (#3029)
authorMichał Karzyński <4430709+postrational@users.noreply.github.com>
Fri, 13 Nov 2020 08:50:47 +0000 (09:50 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Nov 2020 08:50:47 +0000 (11:50 +0300)
* Add Dependabot configuration

* Update config to Dependabot native

.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..08e51c1
--- /dev/null
@@ -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