From f336dc30f25e2ea66fd24d34f36aa8ebeae5e7fe Mon Sep 17 00:00:00 2001 From: Norman Stetter <85173861+norman-zon@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:31:25 +0200 Subject: [PATCH] ci(renovate): improve semantic handling --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index acd5862..9a79c04 100644 --- a/renovate.json +++ b/renovate.json @@ -23,7 +23,7 @@ "description": "Use fix prefix for action.yml updates, so release-please recognizes them as patch updates", "matchFileNames": ["action.yml"], "matchManagers": ["github-actions"], - "commitMessagePrefix": "fix" + "semanticCommitType": "fix" } ] }