diff --git a/lib/datasource/metadata.ts b/lib/datasource/metadata.ts index 8a1ef9aa2c09586bc4f895ef6b70da7a076a9cc8..42943d9932fa4b1b01fe8676a88d889df5804b6c 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',