neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit a478fd41753a5c094e6c329a3573cbfb32b1c6bf
parent b2253cd000b2eaf1e7df298ced2e65c40c30e780
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Fri, 24 Mar 2023 11:39:18 +0700

ci: use "ci" as the commit type for dependabot updates


Diffstat:
M.github/dependabot.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "ci"