From 78b608abb29e284c7fc2d725c76c9b966eb9445e Mon Sep 17 00:00:00 2001 From: ranxi2001 Date: Tue, 7 Jul 2026 14:27:21 +0800 Subject: [PATCH 1/3] chore: enable dependabot docker updates Signed-off-by: ranxi2001 --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 25992598..ef9587b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,13 @@ updates: github-actions: patterns: - "*" + + - package-ecosystem: "docker" + directory: "/docker" + schedule: + interval: "weekly" + day: "monday" + time: "00:00" + timezone: "UTC" + commit-message: + prefix: "chore(deps): " From b2d937c51ba3e4fc19beb19474682253f94e0ed7 Mon Sep 17 00:00:00 2001 From: ranxi2001 Date: Tue, 7 Jul 2026 15:08:22 +0800 Subject: [PATCH 2/3] ci: schedule dependabot docker validation --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef9587b4..fed35ae9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,9 +17,8 @@ updates: - package-ecosystem: "docker" directory: "/docker" schedule: - interval: "weekly" - day: "monday" - time: "00:00" - timezone: "UTC" + interval: "daily" + time: "15:25" + timezone: "Asia/Shanghai" commit-message: prefix: "chore(deps): " From 8ccb304b8712f69cf7e87644c15167710ce9c6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 07:11:09 +0000 Subject: [PATCH 3/3] chore(deps): bump langgraph-sdk in /example/pcap-analyzer Bumps [langgraph-sdk](https://github.com/langchain-ai/langgraph) from 0.2.9 to 0.3.15. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.2.9...0.3.15) --- updated-dependencies: - dependency-name: langgraph-sdk dependency-version: 0.3.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/pcap-analyzer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pcap-analyzer/requirements.txt b/example/pcap-analyzer/requirements.txt index 9003d1cd..0ac1ccb3 100644 --- a/example/pcap-analyzer/requirements.txt +++ b/example/pcap-analyzer/requirements.txt @@ -9,7 +9,7 @@ langchain-text-splitters==1.0.0 langgraph==1.0.1 langgraph-checkpoint==3.0.0 langgraph-prebuilt==1.0.1 -langgraph-sdk==0.2.9 +langgraph-sdk==0.3.15 langsmith==0.4.38 paramiko==4.0.0 python-multipart==0.0.20 \ No newline at end of file