From 0ccbb9e7a6541b387fe6eec4edc1e0d167d23882 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 17 Dec 2018 07:30:39 +0100 Subject: [PATCH] fix(orb): add cypress source URL --- lib/datasource/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/datasource/index.js b/lib/datasource/index.js index c28f7472ac..bcdad6b667 100644 --- a/lib/datasource/index.js +++ b/lib/datasource/index.js @@ -56,6 +56,7 @@ const manualChangelogUrls = { // Only necessary if the datasource is unable to locate the source URL itself const manualSourceUrls = { orb: { + 'cypress-io/cypress': 'https://github.com/cypress-io/circleci-orb', 'hutson/library-release-workflows': 'https://github.com/hyper-expanse/library-release-workflows', }, -- GitLab