From 76c9c35848ce5a58371181c1510a8843c3461ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20H=C3=B6ffner?= Date: Tue, 6 Aug 2024 11:29:28 +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"