ci: Update config to match PR convention (#18336)

This commit is contained in:
shortstacked
2025-08-14 13:08:18 +01:00
committed by GitHub
parent 5917dc88cb
commit dbbf1ba7f1

View File

@@ -57,7 +57,13 @@
}, },
{ {
"description": "Group testing packages", "description": "Group testing packages",
"matchPackageNames": ["*vitest*", "*playwright*", "*cypress*", "@testing-library/**"], "matchPackageNames": [
"*vitest*",
"*playwright*",
"*cypress*",
"@testing-library/**",
"*jest*"
],
"groupName": "testing packages" "groupName": "testing packages"
}, },
{ {
@@ -77,10 +83,10 @@
"osvVulnerabilityAlerts": true, "osvVulnerabilityAlerts": true,
"labels": ["dependencies"], "labels": ["dependencies"],
"branchPrefix": "renovate/", "branchPrefix": "renovate/",
"commitMessagePrefix": "chore(deps): ", "commitMessagePrefix": "chore: ",
"commitMessageTopic": "{{depName}}", "commitMessageTopic": "{{depName}}",
"commitMessageExtra": "to {{newVersion}}", "commitMessageExtra": "to {{newVersion}}",
"commitMessageAction": "update", "commitMessageAction": "Update",
"ignoreDeps": [], "ignoreDeps": [],
"ignorePaths": ["**/node_modules/**", "**/dist/**", "**/build/**"], "ignorePaths": ["**/node_modules/**", "**/dist/**", "**/build/**"],
"enabledManagers": ["npm", "dockerfile", "github-actions"], "enabledManagers": ["npm", "dockerfile", "github-actions"],