From a34a5c1992fbcc13295380827d94a280ec5c0ca4 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 22 Sep 2020 13:57:23 -0700 Subject: [PATCH] Have dependabot ignore pytest and py Otherwise it doesn't understand the Python 2.7 restrictions for those dependencies. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70e7c6ac3680..9e212f96f329 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,9 @@ updates: directory: / schedule: interval: daily + ignore: + - dependency-name: pytest # Due to Python 2.7 and #13776. + - dependency-name: py # Due to Python 2.7. - package-ecosystem: 'pip' directory: /news