diff --git a/renovate.json b/renovate.json index eabb43a6a82..221c26ce484 100644 --- a/renovate.json +++ b/renovate.json @@ -27,6 +27,23 @@ "@lavamoat/**" ], "minimumReleaseAge": null + }, + { + "description": "Packages published from a single upstream repository, which Renovate's monorepo data is missing. Without a group each package gets its own pull request and they all conflict over the same manifests and changelogs.", + "matchPackageNames": ["@ethersproject/**"], + "groupName": "ethersproject" + }, + { + "matchPackageNames": ["@ethereumjs/**"], + "groupName": "ethereumjs" + }, + { + "matchPackageNames": ["@yarnpkg/**"], + "groupName": "yarnpkg" + }, + { + "matchPackageNames": ["@docusaurus/**"], + "groupName": "docusaurus" } ] }