diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-03-24 11:39:18 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 05:39:18 +0100 |
commit | a478fd41753a5c094e6c329a3573cbfb32b1c6bf (patch) | |
tree | 520de33029c9a7543859a576be4061a16ac1c586 | |
parent | b2253cd000b2eaf1e7df298ced2e65c40c30e780 (diff) | |
download | rneovim-a478fd41753a5c094e6c329a3573cbfb32b1c6bf.tar.gz rneovim-a478fd41753a5c094e6c329a3573cbfb32b1c6bf.tar.bz2 rneovim-a478fd41753a5c094e6c329a3573cbfb32b1c6bf.zip |
ci: use "ci" as the commit type for dependabot updates
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 123014908b..e96fd5286f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "ci" |