Add Dependabot configuration (#3029)
* Add Dependabot configuration * Update config to Dependabot native
This commit is contained in:
parent
95be0aa638
commit
76ff0a5466
13
.github/dependabot.yml
vendored
Normal file
13
.github/dependabot.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user