From da9fce58bbd82167cbbef413a4ca94c13a998d9a Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Fri, 20 Aug 2021 11:54:34 -0700 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0c222cb --- /dev/null +++ b/.github/dependabot.yml @@ -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"