From dbbf1ba7f1ca5e9aa97429b6d19b5f87c9ac4fdc Mon Sep 17 00:00:00 2001 From: shortstacked Date: Thu, 14 Aug 2025 13:08:18 +0100 Subject: [PATCH] ci: Update config to match PR convention (#18336) --- renovate.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index c7d27644fd..358f5872b9 100644 --- a/renovate.json +++ b/renovate.json @@ -57,7 +57,13 @@ }, { "description": "Group testing packages", - "matchPackageNames": ["*vitest*", "*playwright*", "*cypress*", "@testing-library/**"], + "matchPackageNames": [ + "*vitest*", + "*playwright*", + "*cypress*", + "@testing-library/**", + "*jest*" + ], "groupName": "testing packages" }, { @@ -77,10 +83,10 @@ "osvVulnerabilityAlerts": true, "labels": ["dependencies"], "branchPrefix": "renovate/", - "commitMessagePrefix": "chore(deps): ", + "commitMessagePrefix": "chore: ", "commitMessageTopic": "{{depName}}", "commitMessageExtra": "to {{newVersion}}", - "commitMessageAction": "update", + "commitMessageAction": "Update", "ignoreDeps": [], "ignorePaths": ["**/node_modules/**", "**/dist/**", "**/build/**"], "enabledManagers": ["npm", "dockerfile", "github-actions"],