From 9650c08d2842718bc2398a751f0b4ca59e559761 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:43:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20commit=20message=20convent?= =?UTF-8?q?ions=20to=20dependabot=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 98c8ff1..e23f5d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,29 @@ updates: schedule: interval: "weekly" target-branch: "dev" + commit-message: + prefix: "⬆️" # prefix with gitmoji + include: "scope" # list updated dependencies in message + assignees: + - "manuel-rw" - package-ecosystem: "docker" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly" target-branch: "dev" + commit-message: + prefix: "🚀" # prefix with gitmoji + include: "scope" # list updated dependencies in message + assignees: + - "manuel-rw" + - package-ecosystem: "github-actions" + directory: /.github + schedule: + interval: "weekly" + target-branch: "dev" + commit-message: + prefix: "👷" # prefix with gitmoji + include: "scope" # list updated dependencies in message + assignees: + - "manuel-rw" +