From cac8be2f6b1cab5b98e636cb99bf31e94a599622 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Tue, 7 Apr 2026 18:32:47 +0100 Subject: [PATCH] Have Dependabot ignore `click` for now As #1945. --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce758199..c388ad8f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,11 @@ updates: dependency-type: "development" allow: - dependency-type: "all" - + ignore: + # mkdocs has a file reload bug with newer click versions, + # so pin until this is resolved: + # https://github.com/mkdocs/mkdocs/issues/4032 + - dependency-name: "click" - package-ecosystem: "github-actions" directory: "/" schedule: