From 00b806758272163bc951b5e0c18aa14b1cc729f7 Mon Sep 17 00:00:00 2001 From: hectorcast-db Date: Thu, 11 Jul 2024 10:23:39 +0200 Subject: [PATCH] [Internal] Add prefix to Dependabot commit messages (#976) ## Changes Add prefix to Dependabot commit messages --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3938344a7..86462d1f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "[Internal] "