From ddd1a974803ac6233d770e24650aa7b3819bda52 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 13 Mar 2024 18:21:50 -0400 Subject: [PATCH] ci: fix dependabot commit prefix --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d662ce1..4df8e71c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,4 @@ updates: schedule: interval: "weekly" commit-message: - prefix: "actions" + prefix: "ci"