From 2ddcd9c2bdeaecf9011044145f0f3096cb41a9e6 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Tue, 31 Oct 2023 17:30:22 +0200 Subject: [PATCH] infra(dependabot): configure commits message to match conventional commits rules (#3434) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bf1cdb..ec984a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,9 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 + commit-message: + prefix: "build(deps)" + prefix-development: "build(deps-dev)" reviewers: - "qwerty541" @@ -15,5 +18,8 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 + commit-message: + prefix: "build(deps)" + prefix-development: "build(deps-dev)" reviewers: - "qwerty541"