From f0ae99e3282e09ec609fc9652aa061217a3a8b33 Mon Sep 17 00:00:00 2001 From: harshcasper Date: Thu, 12 Aug 2021 23:46:33 +0530 Subject: [PATCH] CI: add Dependabot GitHub Action configuration --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..33dc01e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + reviewers: + - "HarshCasper"