diff --git a/lib/datasource/github.js b/lib/datasource/github.js
index 6fa57adb7e5f2f26859beedc0162137a721c28eb..f299c06083715fb0ff8133ca0b904105da9cc62c 100644
--- a/lib/datasource/github.js
+++ b/lib/datasource/github.js
@@ -23,7 +23,7 @@ async function getDependency(repo, options = {}) {
       );
     }
   } catch (err) {
-    logger.warn(
+    logger.info(
       { repo, err, message: err.message },
       'Error retrieving from github'
     );