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 6071abf941883d6d6ebdfe74c6cd22d87ce168e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 07:11:13 +0000 Subject: [PATCH 3/3] chore(deps): bump langgraph-checkpoint in /example/pcap-analyzer Bumps [langgraph-checkpoint](https://github.com/langchain-ai/langgraph) from 3.0.0 to 4.1.1. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/checkpoint==3.0.0...checkpoint==4.1.1) --- updated-dependencies: - dependency-name: langgraph-checkpoint dependency-version: 4.1.1 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..8752f35c 100644 --- a/example/pcap-analyzer/requirements.txt +++ b/example/pcap-analyzer/requirements.txt @@ -7,7 +7,7 @@ langchain-core==1.0.1 langchain-openai==1.0.1 langchain-text-splitters==1.0.0 langgraph==1.0.1 -langgraph-checkpoint==3.0.0 +langgraph-checkpoint==4.1.1 langgraph-prebuilt==1.0.1 langgraph-sdk==0.2.9 langsmith==0.4.38