Create dependabot.yml
This commit is contained in:
committed by
GitHub
parent
cbd95e41cc
commit
da9fce58bb
@@ -0,0 +1,12 @@
|
|||||||
|
# See https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
pull-request-branch-name:
|
||||||
|
separator: "-"
|
||||||
|
reviewers:
|
||||||
|
- "chychkan"
|
||||||
Reference in New Issue
Block a user