Fix renovate for pnpm 11 overrides (#33667)

This commit is contained in:
Michael Telatynski
2026-05-29 14:24:56 +00:00
committed by GitHub
parent fe863dab37
commit 32b66747f4
+6 -2
View File
@@ -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
} }
], ],