From: Michał Karzyński <4430709+postrational@users.noreply.github.com> Date: Fri, 13 Nov 2020 08:50:47 +0000 (+0100) Subject: Add Dependabot configuration (#3029) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76ff0a5466b415936e21529ade910305c83ece6c;p=platform%2Fupstream%2Fdldt.git Add Dependabot configuration (#3029) * Add Dependabot configuration * Update config to Dependabot native --- 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