diff --git a/lib/lookup.js b/lib/lookup.js index 35a2ea431..458f7c14f 100644 --- a/lib/lookup.js +++ b/lib/lookup.js @@ -36,6 +36,7 @@ function getRepo(repo, meta) { ret = ret.replace(/\.git$/, ''); ret = ret.replace(/^git:/, 'https:'); ret = ret.replace(/^ssh:\/\/git@/, 'https://'); + ret = /(https:\/\/github.com\/[^\/]+\/[^\/]+)/.exec(ret)[1]; return ret; } diff --git a/lib/lookup.json b/lib/lookup.json index 161b9414d..5ae0fec52 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -504,5 +504,10 @@ "@nearform/bubbleprof": { "maintainers": ["mcollina", "BridgeAR"], "prefix": "v" + }, + "@babel/core": { + "prefix": "v", + "yarn": true, + "skip": ["11"] } }