Have renovate update pnpm (#34245)
* Have renovate update pnpm * Group all pnpm updates
This commit is contained in:
@@ -11,6 +11,12 @@
|
|||||||
"matchDepTypes": ["testcontainers-docker"],
|
"matchDepTypes": ["testcontainers-docker"],
|
||||||
"matchPackageNames": ["*"]
|
"matchPackageNames": ["*"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Group all pnpm updates",
|
||||||
|
"groupName": "pnpm",
|
||||||
|
"groupSlug": "pnpm",
|
||||||
|
"matchPackageNames": ["pnpm", "ghcr.io/pnpm/pnpm"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Separate updates to overrides from other groups",
|
"description": "Separate updates to overrides from other groups",
|
||||||
"matchManagers": ["npm"],
|
"matchManagers": ["npm"],
|
||||||
@@ -45,6 +51,18 @@
|
|||||||
"matchStrings": ["hakDependencies.$each(function($v, $k) { { 'packageName': $k, 'currentValue': $v } })"],
|
"matchStrings": ["hakDependencies.$each(function($v, $k) { { 'packageName': $k, 'currentValue': $v } })"],
|
||||||
"datasourceTemplate": "npm",
|
"datasourceTemplate": "npm",
|
||||||
"depTypeTemplate": "hak"
|
"depTypeTemplate": "hak"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Update pnpm in devEngines",
|
||||||
|
"customType": "jsonata",
|
||||||
|
"fileFormat": "json",
|
||||||
|
"fileMatch": ["(^|/)package\\.json$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"devEngines.packageManager.name = 'pnpm' ? { 'currentValue': devEngines.packageManager.version } : null"
|
||||||
|
],
|
||||||
|
"depNameTemplate": "pnpm",
|
||||||
|
"datasourceTemplate": "npm",
|
||||||
|
"depTypeTemplate": "devengines"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"toolSettings": {
|
"toolSettings": {
|
||||||
|
|||||||
Reference in New Issue
Block a user