mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
fix: Renovate will now bump versions (#22245)
This commit is contained in:
+4
-9
@@ -57,12 +57,7 @@
|
||||
},
|
||||
{
|
||||
"description": "Group testing packages",
|
||||
"matchPackageNames": [
|
||||
"*vitest*",
|
||||
"*playwright*",
|
||||
"@testing-library/**",
|
||||
"*jest*"
|
||||
],
|
||||
"matchPackageNames": ["*vitest*", "*playwright*", "@testing-library/**", "*jest*"],
|
||||
"groupName": "testing packages"
|
||||
},
|
||||
{
|
||||
@@ -72,8 +67,7 @@
|
||||
}
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"schedule": ["before 6am on monday"]
|
||||
"enabled": false
|
||||
},
|
||||
"vulnerabilityAlerts": {
|
||||
"enabled": true,
|
||||
@@ -90,5 +84,6 @@
|
||||
"ignorePaths": ["**/node_modules/**", "**/dist/**", "**/build/**"],
|
||||
"enabledManagers": ["npm", "dockerfile", "github-actions"],
|
||||
"npmrc": "auto-detect",
|
||||
"updateNotScheduled": false
|
||||
"updateNotScheduled": false,
|
||||
"rangeStrategy": "bump"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user