From 4ecf76b74f85217d7bb12f54d25b7b0471c8f7e4 Mon Sep 17 00:00:00 2001 From: Jason Hobbs Date: Fri, 10 Jan 2025 14:45:40 -0600 Subject: [PATCH] chore: update renovate for commit messages --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c348944..f703c5b 100644 --- a/renovate.json +++ b/renovate.json @@ -26,7 +26,7 @@ "matchDepNames": [ "thess/callattendant" ], - "commitMessagePrefix": "feat:" + "commitMessage": "feat: callattendant updated to version {{newVersion}}" } ] }