Create dependabot.yml

This commit is contained in:
Oleksandr Chychkan
2021-08-20 11:54:34 -07:00
committed by GitHub
parent cbd95e41cc
commit da9fce58bb
+12
View File
@@ -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"