diff --git a/lib/config/presets/internal/packages.ts b/lib/config/presets/internal/packages.ts
index 7cc856ed63ab334b557f517b4b67a7724e4fa53c..763cbcd74f6456ec80c3d7dbc8fdcef1d9b5e9e6 100644
--- a/lib/config/presets/internal/packages.ts
+++ b/lib/config/presets/internal/packages.ts
@@ -10,6 +10,11 @@ export const presets: Record<string, Preset> = {
       'angular-sanitize',
     ],
   },
+  react: {
+    description: 'All react packages',
+    matchPackageNames: ['@types/react'],
+    matchPackagePrefixes: ['react'],
+  },
   apollographql: {
     description: 'All packages published by Apollo GraphQL',
     matchSourceUrlPrefixes: ['https://github.com/apollographql/'],