mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 01:26:44 +00:00
ci: Update config to match PR convention (#18336)
This commit is contained in:
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user