From 77fab1c5348d642d5284f8de35959c8f300c9dff Mon Sep 17 00:00:00 2001 From: Jake Jackson Date: Thu, 9 Oct 2025 15:40:34 -0400 Subject: [PATCH] Update dependabot to check python deps (#16127) * add list item to check python deps daily * move to weekly after we gain confidence --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe86573269..b938c6f5c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,10 @@ updates: labels: - "docs" - "dependencies" + - package-ecosystem: "pip" + directory: "requirements/" + schedule: + interval: "daily" #run daily until we trust it, then back this off to weekly + open-pull-requests-limit: 2 + labels: + - "dependencies"