From 8ab35cbd9b010c563f37e5406ec86fa0e3e2948f Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 12 Sep 2021 16:17:28 +0300 Subject: [PATCH] update dependabot Signed-off-by: Vasiliy Tolstov --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5f7eaed..6df9d3f3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,16 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "chore" + include: "scope" # Maintain dependencies for Golang - package-ecosystem: "gomod" directory: "/" schedule: interval: "daily" + commit-message: + prefix: "chore" + include: "scope" +