From 8dbf28da2b7c51824e771e2959a7ab844c0b60ca Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Tue, 28 Jul 2020 10:13:04 +0200
Subject: [PATCH] fix: updated metadata (#6864)

---
 lib/datasource/metadata.ts | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lib/datasource/metadata.ts b/lib/datasource/metadata.ts
index f5f061d95d..6d460fee06 100644
--- a/lib/datasource/metadata.ts
+++ b/lib/datasource/metadata.ts
@@ -18,8 +18,6 @@ const manualChangelogUrls = {
       'https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md',
   },
   pypi: {
-    'pytest-django':
-      'https://pytest-django.readthedocs.io/en/latest/changelog.html#changelog',
     django: 'https://github.com/django/django/tree/master/docs/releases',
     djangorestframework:
       'https://www.django-rest-framework.org/community/release-notes/',
@@ -33,8 +31,7 @@ const manualChangelogUrls = {
       'https://django-debug-toolbar.readthedocs.io/en/latest/changes.html',
     'firebase-admin':
       'https://firebase.google.com/support/release-notes/admin/python',
-    requests:
-      'http://docs.python-requests.org/en/master/community/updates/#release-and-version-history',
+    requests: 'https://github.com/psf/requests/blob/master/HISTORY.md',
     wagtail: 'https://github.com/wagtail/wagtail/tree/master/docs/releases',
   },
 };
@@ -48,6 +45,10 @@ const manualSourceUrls = {
       'https://github.com/hyper-expanse/library-release-workflows',
   },
   docker: {
+    'gcr.io/kaniko-project/executor':
+      'https://github.com/GoogleContainerTools/kaniko',
+    'gitlab/gitlab-ce': 'https://gitlab.com/gitlab-org/omnibus-gitlab',
+    'gitlab/gitlab-runner': 'https://gitlab.com/gitlab-org/gitlab-runner',
     node: 'https://github.com/nodejs/node',
     traefik: 'https://github.com/containous/traefik',
   },
-- 
GitLab