From d801360f28393a367020f81e891765e0ad90e0f5 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 21 Feb 2024 08:46:42 -0500 Subject: [PATCH] Tell Renovate that we don't use semantic commits Because the author of the vitest PR used the semantic commit naming convention, Renovate now thinks our entire repo uses semantic commits and has renamed all of its PRs. --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 548d9e50..8e4e5b9c 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,7 @@ "enabled": false } ], + "semanticCommits": "disabled", "ignoreDeps": [ "@react-aria/button", "@react-aria/focus",