From 9d3f225a077fe5f0b9f8337e93c45f88d5f0888b Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Mon, 13 Nov 2023 12:30:47 -0600 Subject: [PATCH] chore: add pip --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2cff4c4..2ec58cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,14 @@ updates: - "lpm0073" reviewers: - "lpm0073" + - package-ecosystem: "pip" + directory: "/requirements/" + schedule: + interval: "daily" + labels: + - "dependencies" + - "python" + assignees: + - "lpm0073" + reviewers: + - "lpm0073"