From 249d28ee6b5f65cab54b9aebe515723ac5c51cc3 Mon Sep 17 00:00:00 2001 From: Joris Clement <7713214+joclement@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:07:02 +0100 Subject: [PATCH] build: do not update fzf.vim Do not update that submodule as it requires fzf 0.57 or higher. Signed-off-by: Joris Clement <7713214+joclement@users.noreply.github.com> --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 669f7a9..49037d0 100644 --- a/renovate.json +++ b/renovate.json @@ -18,6 +18,10 @@ "matchPackageNames": [ "/.*/" ] + }, + { + "matchPackageNames": ["/fzf.vim/"], + "enabled": false } ] }