Skip to content

Commit

Permalink
build: do not update fzf.vim
Browse files Browse the repository at this point in the history
Do not update that submodule as it requires fzf 0.57 or higher.

Signed-off-by: Joris Clement <7713214+joclement@users.noreply.github.com>
  • Loading branch information
joclement committed Dec 23, 2024
1 parent 278687f commit 249d28e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"matchPackageNames": [
"/.*/"
]
},
{
"matchPackageNames": ["/fzf.vim/"],
"enabled": false
}
]
}

0 comments on commit 249d28e

Please sign in to comment.