From a8404755820c494e6be750605343eb7c8c4b98c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20H=C3=B6ffner?= Date: Tue, 6 Aug 2024 11:15:46 +0200 Subject: [PATCH] ci: add dependabot 'ci' commit prefix --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f743d2..333a270 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,9 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/.github/workflows" + commit-message: + prefix: 'ci' + include: 'scope' assignees: ["KonradHoeffner"] schedule: interval: "daily"