Fix renovate for pnpm 11 overrides (#33667)
This commit is contained in:
@@ -13,13 +13,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Separate updates to overrides from other groups",
|
"description": "Separate updates to overrides from other groups",
|
||||||
"matchDepTypes": ["pnpm.overrides"],
|
"matchManagers": ["npm"],
|
||||||
|
"matchFileNames": ["pnpm-workspace.yaml"],
|
||||||
|
"matchDepTypes": ["pnpm-workspace.overrides"],
|
||||||
"groupSlug": null
|
"groupSlug": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Disable any major updates to overrides as this almost always is wrong",
|
"description": "Disable any major updates to overrides as this almost always is wrong",
|
||||||
"matchDepTypes": ["pnpm.overrides"],
|
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
|
"matchManagers": ["npm"],
|
||||||
|
"matchFileNames": ["pnpm-workspace.yaml"],
|
||||||
|
"matchDepTypes": ["pnpm-workspace.overrides"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user