You've already forked joplin
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user