From 4d7ea3ae619ca04635d86777ba54446e31e96172 Mon Sep 17 00:00:00 2001 From: Myyk Seok Date: Tue, 24 Oct 2023 16:38:21 +0800 Subject: [PATCH] chore: attempt to make dependabot conform to release-please commit tagging --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4d508f00..de7f5ceb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,14 @@ updates: directory: / schedule: interval: daily + commit-message: + # Prefix all commit messages with "deps: " to conform with release-please + prefix: "deps" - package-ecosystem: npm directory: / schedule: - interval: daily \ No newline at end of file + interval: daily + commit-message: + # Prefix all commit messages with "deps: " to conform with release-please + prefix: "deps"