From 720ff75beb9f4fdcf2a185fcb8020cf78483fdeb Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 4 Oct 2022 14:47:18 -0400 Subject: [PATCH] chore: use "ci" for Dependabot commit message (#16377) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a1f..4c39a334be4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "ci"