From 60560ea755664c0cb228d9f3243a1d4e64f433e0 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Wed, 2 Jul 2025 09:12:22 -0400 Subject: [PATCH] dependabot: fix list of dirs for `pip` updates (#5305) fix list of dirs --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 24b12451c..bbb262889 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,12 +7,13 @@ updates: - package-ecosystem: "pip" directories: + - "libs/checkpoint" - "libs/checkpoint-postgres" - "libs/checkpoint-sqlite" - "libs/cli" - "libs/langgraph" - "libs/prebuilt" - - "libs/runtime-inmem" - - "libs/sdk" + - "libs/scheduler-kafka" + - "libs/sdk-py" schedule: interval: "weekly"