From 9b5f144ca76730e09661b4ec7849e9a088c6b83d Mon Sep 17 00:00:00 2001 From: Steve C Date: Sun, 29 Sep 2024 02:35:29 -0400 Subject: [PATCH] add pip to dependabot (#31) --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c100f6c..a92b660 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,3 +9,13 @@ updates: pull-request-branch-name: separator: "-" open-pull-requests-limit: 10 + + - package-ecosystem: pip + directory: / + schedule: + interval: weekly + commit-message: + prefix: "dependabot" + pull-request-branch-name: + separator: "-" + open-pull-requests-limit: 10