From 754bcd188b393d96ee29f90d31265b851dc71eef Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Thu, 2 Apr 2026 15:01:25 +0100 Subject: [PATCH] Ignore lychee updates for now We can't get these to easily work. Let's pin it for now and avoid new PRs from Dependabot until we resolve it. --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5ac72c5..ce758199 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,7 +27,6 @@ updates: timezone: "Europe/London" cooldown: default-days: 7 - # 2.6.1 seemed to cause the exclude-path to not take effect, waiting for the next release. + # Newer versions of lychee cause the exclude-path to not take effect. ignore: - dependency-name: "lycheeverse/lychee-action" - versions: ["2.5.0", "2.6.0", "2.6.1"]