From ffdce5e9ec58e35b5cc7b504f4a74c60667c6784 Mon Sep 17 00:00:00 2001
From: Adrien Lemaire <lemaire.adrien@gmail.com>
Date: Thu, 25 Oct 2018 14:21:14 +0900
Subject: [PATCH] fix: add flake8 release notes (#2688)

---
 lib/datasource/pypi.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/datasource/pypi.js b/lib/datasource/pypi.js
index 4a79b022ec..9730c98624 100644
--- a/lib/datasource/pypi.js
+++ b/lib/datasource/pypi.js
@@ -19,6 +19,7 @@ const changelogUrls = {
   django: 'https://github.com/django/django/tree/master/docs/releases',
   djangorestframework:
     'https://www.django-rest-framework.org/community/release-notes/',
+  flake8: 'http://flake8.pycqa.org/en/latest/release-notes/index.html',
 };
 
 async function getPkgReleases(purl, config = {}) {
-- 
GitLab