diff --git a/.github/auto-merge.yml b/.github/auto-merge.yml
deleted file mode 100644
index acf39ed727..0000000000
--- a/.github/auto-merge.yml
+++ /dev/null
@@ -1,107 +0,0 @@
-- match:
- dependency_name: FakeItEasy
- update_type: all
-
-- match:
- dependency_name: FluentValidation
- update_type: all
-
-- match:
- dependency_name: Fody
- update_type: all
-
-- match:
- dependency_name: GitVersionTask
- update_type: all
-
-- match:
- dependency_name: Janitor.Fody
- update_type: all
-
-- match:
- dependency_name: McMaster.Extensions.CommandLineUtils
- update_type: all
-
-- match:
- dependency_name: Microsoft.AspNetCore.Server.Kestrel
- update_type: all
-
-- match:
- dependency_name: Microsoft.AspNetCore.StaticFiles
- update_type: all
-
-- match:
- dependency_name: Microsoft.Build.Utilities.Core
- update_type: all
-
-- match:
- dependency_name: Microsoft.DotNet.Analyzers.Compatibility
- update_type: all
-
-- match:
- dependency_name: Microsoft.NET.Test.Sdk
- update_type: all
-
-- match:
- dependency_name: Microsoft.PowerShell.5.ReferenceAssemblies
- update_type: all
-
-- match:
- dependency_name: Microsoft.SourceLink.GitHub
- update_type: all
-
-- match:
- dependency_name: Mono.Cecil
- update_type: all
-
-- match:
- dependency_name: Moq
- update_type: all
-
-- match:
- dependency_name: NuDoq
- update_type: all
-
-- match:
- dependency_name: NUnit3TestAdapter
- update_type: all
-
-- match:
- dependency_name: Obsolete.Fody
- update_type: all
-
-- match:
- dependency_name: Particular.Approvals
- update_type: all
-
-- match:
- dependency_name: Particular.Packaging
- update_type: all
-
-- match:
- dependency_name: Particular.PlatformSample.ServiceControl
- update_type: all
-
-- match:
- dependency_name: Particular.PlatformSample.ServicePulse
- update_type: all
-
-- match:
- dependency_name: PublicApiGenerator
- update_type: all
-
-- match:
- dependency_name: SimpleJson
- update_type: all
-
-- match:
- dependency_name: System.Diagnostics.PerformanceCounter
- update_type: all
-
-- match:
- dependency_name: xunit
- update_type: all
-
-- match:
- dependency_name: xunit.runner.visualstudio
- update_type: all
diff --git a/.github/stale.yaml b/.github/stale.yaml
deleted file mode 100644
index 83ec83afad..0000000000
--- a/.github/stale.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-# Configuration for probot-stale - https://github.com/probot/stale
-only: pulls
-daysUntilStale: 30
-daysUntilClose: 7
-exemptLabels:
- - dependencies
-staleLabel: stale
-markComment: >
- This pull request has been automatically marked as stale because it has not had
- recent activity. It will be closed if no further activity occurs. Thank you
- for your contributions.
-limitPerRun: 30
\ No newline at end of file
diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml
deleted file mode 100644
index b9e04487d9..0000000000
--- a/.github/workflows/dependabot-auto-merge.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: Dependabot Auto Merge
-on:
- pull_request_target:
-jobs:
- auto-merge:
- if: github.actor == 'dependabot[bot]'
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: ahmadnassri/action-dependabot-auto-merge@v2
- with:
- github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_TOKEN }}
diff --git a/src/Particular.PlatformSample.ServicePulse/Particular.PlatformSample.ServicePulse.csproj b/src/Particular.PlatformSample.ServicePulse/Particular.PlatformSample.ServicePulse.csproj
index 0398a1ef04..21b711f0cf 100644
--- a/src/Particular.PlatformSample.ServicePulse/Particular.PlatformSample.ServicePulse.csproj
+++ b/src/Particular.PlatformSample.ServicePulse/Particular.PlatformSample.ServicePulse.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/src/ServicePulse.Host.Tests/.editorconfig b/src/ServicePulse.Host.Tests/.editorconfig
index 0279bdc2db..0f61b0e110 100644
--- a/src/ServicePulse.Host.Tests/.editorconfig
+++ b/src/ServicePulse.Host.Tests/.editorconfig
@@ -1,4 +1,7 @@
[*.cs]
# Justification: Test project
-dotnet_diagnostic.CA2007.severity = none
\ No newline at end of file
+dotnet_diagnostic.CA2007.severity = none
+
+# Justification: Tests don't support cancellation and don't need to forward IMessageHandlerContext.CancellationToken
+dotnet_diagnostic.NSB0002.severity = suggestion
diff --git a/src/ServicePulse.Host/ServicePulse.Host.csproj b/src/ServicePulse.Host/ServicePulse.Host.csproj
index 299442cd53..bf88550dda 100644
--- a/src/ServicePulse.Host/ServicePulse.Host.csproj
+++ b/src/ServicePulse.Host/ServicePulse.Host.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/src/Setup/Setup.csproj b/src/Setup/Setup.csproj
index 3c0b644e03..86475ea6d7 100644
--- a/src/Setup/Setup.csproj
+++ b/src/Setup/Setup.csproj
@@ -6,7 +6,7 @@
-
+
diff --git a/src/nuget.config b/src/nuget.config
deleted file mode 100644
index 4d4a685cc1..0000000000
--- a/src/nuget.config
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-