fix: Renovate will now bump versions (#22245)

This commit is contained in:
Declan Carroll
2025-11-24 16:29:07 +00:00
committed by GitHub
parent cc7c505c9d
commit 17ea0dd466
+4 -9
View File
@@ -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"
}