From 748085646e4a1d5f6359c63b5239d269a73322c0 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Tue, 15 Dec 2020 09:17:56 +0100
Subject: [PATCH] feat: add datasource metadata (#7996)

---
 lib/datasource/metadata.ts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lib/datasource/metadata.ts b/lib/datasource/metadata.ts
index 8a1ef9aa2c..42943d9932 100644
--- a/lib/datasource/metadata.ts
+++ b/lib/datasource/metadata.ts
@@ -66,6 +66,13 @@ const manualSourceUrls = {
   },
   docker: {
     'docker/compose': 'https://github.com/docker/compose',
+    'drone/drone': 'https://github.com/drone/drone',
+    'drone/drone-runner-docker':
+      'https://github.com/drone-runners/drone-runner-docker',
+    'drone/drone-runner-kube':
+      'https://github.com/drone-runners/drone-runner-kube',
+    'drone/drone-runner-ssh':
+      'https://github.com/drone-runners/drone-runner-ssh',
     'gcr.io/kaniko-project/executor':
       'https://github.com/GoogleContainerTools/kaniko',
     'gitlab/gitlab-ce': 'https://gitlab.com/gitlab-org/omnibus-gitlab',
-- 
GitLab