From 04bca46298c2dfe7eea08c46cf0e031065753754 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 11:02:22 -0400 Subject: [PATCH 1/3] chore: updates open telemetry dependencies chore: updates trimmer dependency chore: updates copilot sdk dependency Signed-off-by: Vincent Biret --- dotnet/Directory.Packages.props | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index e1b5681259..8dead31fe3 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -33,7 +33,7 @@ - + @@ -65,15 +65,15 @@ - - - - - - - - - + + + + + + + + + @@ -108,7 +108,7 @@ - + @@ -155,7 +155,7 @@ - + From 19b8ff92ee9360c5606877d1134be359d5300575 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 11:03:14 -0400 Subject: [PATCH 2/3] ci: adds an open telemetry group Signed-off-by: Vincent Biret --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 89a79167aa..92e64d5d63 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,6 +32,10 @@ updates: anthropic: patterns: - "Anthropic*" + opentelemetry: + patterns: + - "OpenTelemetry*" + - "Azure.Monitor.OpenTelemetry.Exporter" ignore: # For all System.* and Microsoft.Extensions/Bcl.* packages, ignore all major version updates - dependency-name: "System.*" From 92744bbbffb4993c01204b3d981316bbaab738ff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:58:34 +0000 Subject: [PATCH 3/3] Update explicit OpenTelemetry sample pins Co-authored-by: baywet <7905502+baywet@users.noreply.github.com> --- .../AgentWithMemory_Step06_MemoryUsingAgentMemory.csproj | 2 +- .../Hosted-Invocations-EchoAgent.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory.csproj b/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory.csproj index 5376b3c7cd..4cee54785a 100644 --- a/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory.csproj +++ b/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory.csproj @@ -49,7 +49,7 @@ version it would otherwise resolve to, 1.12.0, has a known moderate severity vulnerability (GHSA-g94r-2vxg-569j) that fails the repo's NuGet audit (NU1902 as error). Matches the version pinned in dotnet/Directory.Packages.props. --> - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/invocations/Hosted-Invocations-EchoAgent/Hosted-Invocations-EchoAgent.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/invocations/Hosted-Invocations-EchoAgent/Hosted-Invocations-EchoAgent.csproj index edd74f5a74..be47ac13ee 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/invocations/Hosted-Invocations-EchoAgent/Hosted-Invocations-EchoAgent.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/invocations/Hosted-Invocations-EchoAgent/Hosted-Invocations-EchoAgent.csproj @@ -33,8 +33,8 @@ - - + +