From b7f425b4ad94ee502511566fc554765550211b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 8 Jun 2021 23:09:46 +0200 Subject: [PATCH] Make Dependabot ignore sphinx (to be upgraded manually) (#29274) --- .github/dependabot.yml | 3 +++ docs/requirements.txt | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7436a725fd5e9d..e0ee656db1bba3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,6 +25,9 @@ updates: schedule: interval: monthly open-pull-requests-limit: 1000 + # Upgrade sphinx manually only + ignore: + - dependency-name: "sphinx" - package-ecosystem: pip directory: resources/test/ schedule: diff --git a/docs/requirements.txt b/docs/requirements.txt index 281c9229ef878e..aa1484a7bb23a9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,3 @@ recommonmark==0.7.1 -# Pin this to the same major version as https://docs.python.org/3/ -Sphinx==2.4.4 # pyup: <3.0 +sphinx==2.4.4 # Same major version as https://docs.python.org/3/ sphinx-argparse==0.2.5