diff --git a/renovate.json b/renovate.json
index 7c52b84..555a5e7 100644
--- a/renovate.json
+++ b/renovate.json
@@ -12,10 +12,6 @@
"automerge": true,
"automergeType": "branch"
},
- {
- "matchPackageNames": ["FluentAssertions"],
- "allowedVersions": "<8"
- },
{
"matchPackagePatterns": ["docfx", "SourceLink", "CodeAnalysis"],
"automerge": true,
diff --git a/src/UnitTests/CSharpTypeFactsBase.cs b/src/UnitTests/CSharpTypeFactsBase.cs
index f3a25b7..d1270f2 100644
--- a/src/UnitTests/CSharpTypeFactsBase.cs
+++ b/src/UnitTests/CSharpTypeFactsBase.cs
@@ -1,4 +1,4 @@
-using FluentAssertions;
+using AwesomeAssertions;
namespace NanoByte.CodeGeneration;
diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj
index 1ac8714..380896a 100644
--- a/src/UnitTests/UnitTests.csproj
+++ b/src/UnitTests/UnitTests.csproj
@@ -21,7 +21,7 @@
-
+