From d0fa548787c387a755d8e8da89abc42f84de8e26 Mon Sep 17 00:00:00 2001 From: Andy Goldstein Date: Mon, 6 Nov 2023 10:45:20 -0500 Subject: [PATCH] Prefix dependabot GH actions PRs Signed-off-by: Andy Goldstein --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b9c16d96..0c7c8d681 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: ":seedling:" - package-ecosystem: "gomod" directory: "/" schedule: