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"