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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"],