From 19496a224ff3c100b2c88de0c0f2a917a2174bd7 Mon Sep 17 00:00:00 2001 From: "alex.stanfield" <13949480+chaptersix@users.noreply.github.com> Date: Sat, 11 Jul 2026 14:25:46 -0500 Subject: [PATCH] chore: exclude UI Server from Dependabot --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7226d8733..19b5e6c1f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,7 @@ updates: ignore: # Temporal dependencies are managed manually to ensure coordinated upgrades across all temporal packages - dependency-name: "go.temporal.io/*" + - dependency-name: "github.com/temporalio/ui-server/v2" - package-ecosystem: github-actions directory: "/"