From c5dca8f4abcf3dc413071d02219bfafa510a1b29 Mon Sep 17 00:00:00 2001 From: "langsmith-fleet[bot]" Date: Mon, 24 Aug 2026 09:14:08 +0000 Subject: [PATCH] ci: cover SDK integration Docker dependencies --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78e1e507d..4e1866ed8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -266,3 +266,21 @@ updates: - "*" update-types: - "major" + + # CI builds this maintained integration image and Compose stack. + - package-ecosystem: "docker" + directory: "/libs/sdk-py/integration" + schedule: + interval: "monthly" + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" + major: + patterns: + - "*" + update-types: + - "major"