From 76ff0a5466b415936e21529ade910305c83ece6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Karzy=C5=84ski?= <4430709+postrational@users.noreply.github.com> Date: Fri, 13 Nov 2020 09:50:47 +0100 Subject: [PATCH] Add Dependabot configuration (#3029) * Add Dependabot configuration * Update config to Dependabot native --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..08e51c1 --- /dev/null +++ b/.github/dependabot.yml @@ -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 -- 2.7.4