From f1c372dc311d9dc926250a7936df2192530c1aa7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:16:39 +0000 Subject: [PATCH 1/2] Initial plan From 9a5726968b181a559abf7c61c387e9a395262eef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:19:21 +0000 Subject: [PATCH 2/2] Add dotnet-sdk package ecosystem to dependabot.yml Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd9b79bc..486f26ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,3 +33,10 @@ updates: # Check for updates once a week schedule: interval: "weekly" + + - package-ecosystem: "dotnet-sdk" + # Look for a `global.json` in the `root` directory + directory: "/" + # Check for updates once a week + schedule: + interval: "weekly"