From fa52426d5449766b3ffd6187536a65d465ebfaa3 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Mon, 23 Jan 2023 23:24:58 +0100 Subject: [PATCH] ci: set Dependabot commit prefixs --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 81ddf73..eb6a749 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "build" labels: - "type/build" - "scope/dockerfile" @@ -14,5 +16,7 @@ updates: directory: "/test/requirements" schedule: interval: "daily" + commit-message: + prefix: "ci" labels: - "type/ci"