diff --git a/lib/datasource/metadata.js b/lib/datasource/metadata.js
index 55a6cc97612a892f1acd99181147a3345f448254..80c3fb86c20abc2b2b472a13d04262f45aaa96c1 100644
--- a/lib/datasource/metadata.js
+++ b/lib/datasource/metadata.js
@@ -8,6 +8,8 @@ module.exports = {
 // Only necessary when the changelog data cannot be found in the package's source repository
 const manualChangelogUrls = {
   npm: {
+    'babel-preset-react-app':
+      'https://github.com/facebook/create-react-app/releases',
     firebase: 'https://firebase.google.com/support/release-notes/js',
     'flow-bin': 'https://github.com/facebook/flow/blob/master/Changelog.md',
     'react-native':