From f14c187e01ac45b86ab917a5920ab9299e0b1143 Mon Sep 17 00:00:00 2001 From: Ben Watson Date: Thu, 27 Aug 2026 13:52:48 -0700 Subject: [PATCH 1/2] Update Nuget.config and DependaBot to use safe Microsoft proxy for NuGet feed. --- .github/dependabot.yml | 6 ++++++ NuGet.config | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9024fb29..9c95a768 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,6 +23,8 @@ updates: # - assignee_one # reviewers: # - reviewer_one + registries: + - nuget-proxy - package-ecosystem: 'nuget' directory: 'UnitTests' open-pull-requests-limit: 10 @@ -43,4 +45,8 @@ updates: update-types: - version-update:semver-major - version-update:semver-minor +registries: + nuget-proxy: + type: nuget-feed + url: "https://packagefeedproxy.microsoft.io/nuget/v3/index.json" # Built with ❤ by [Pipeline Foundation](https://pipeline.foundation) diff --git a/NuGet.config b/NuGet.config index ea1b5a0f..0de50616 100644 --- a/NuGet.config +++ b/NuGet.config @@ -13,8 +13,8 @@ \ No newline at end of file From 20f76e45a2ed79e21b079aff0c4eedbf5ad91971 Mon Sep 17 00:00:00 2001 From: Ben Watson Date: Thu, 27 Aug 2026 13:54:55 -0700 Subject: [PATCH 2/2] Revert NUnitTestAdaptor back to 6.2.0 --- UnitTests/UnitTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 38d4bb15..9f1c7134 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -10,7 +10,7 @@ - +