From a053a6d4b9d46ed8ef59ee5fe7877b693e09694b Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 22 Apr 2024 14:22:19 -0500 Subject: [PATCH] PYTHON-4363 Add dependabot config for Python (#1613) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d8b0bfee0..5bf500ba1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: actions: patterns: - "*" + # Python + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"