1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Chore: Trying to disable Renovate React monorepo rule

This commit is contained in:
Laurent Cozic
2025-08-01 12:08:20 +01:00
parent f50dc6a536
commit 86b4f713ee

View File

@@ -229,6 +229,19 @@
"bat",
],
"packageRules": [
// The React Monorepo rule appears to be automatically enabled, but the PR will usually fail
// as there are too many packages at the same time. It also keeps recreating it when it's
// closed so here we're trying to disable it.
{
"matchPackagePatterns": [
"react",
"react-*",
"@types/react",
"@types/react-*",
],
"groupName": null,
}
{
"matchUpdateTypes": ["patch"],
"automerge": true,