Update dependabot.yml
This commit is contained in:
parent
5dfb291a56
commit
97228dc7f7
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
|
# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: pip
|
# Enable version updates for nGraph Python API
|
||||||
|
- package-ecosystem: pip
|
||||||
directory: "/ngraph/python"
|
directory: "/ngraph/python"
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
@ -10,4 +13,5 @@ updates:
|
|||||||
reviewers:
|
reviewers:
|
||||||
- postrational
|
- postrational
|
||||||
labels:
|
labels:
|
||||||
- dependencies
|
- "category: dependencies"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user