You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
Have you checked the logs? Don't forget to include them if relevant
Yes, but I can''t find anything obviously wrong.
What would you like to do?
Group Docusaurus v2 dependencies together
I want Renovate to group @docusaurus/core and @docusaurus/preset-classic into one pull request (preferably without having to tinker with renovate.json. The upstream Docusaurus project updates all those dependencies in one go anyways.
The build for the preset-classicHonkingGoose/git-gosling#52 was broken when Renovate first opened it, because you cannot use the preset with an "outdated" core, as the preset depends on a updated core package.
I don't know why they weren't bundled together by default. As a wild guess, it's because I'm using v2 of Docusaurus in my repository and not v1. Maybe the default Renovate monorepo config is only valid for Docusaurus v1?
Which Renovate are you using?
WhiteSource Renovate App
Which platform are you using?
GitHub.com
Have you checked the logs? Don't forget to include them if relevant
Yes, but I can''t find anything obviously wrong.
What would you like to do?
Group Docusaurus v2 dependencies together
I want Renovate to group
@docusaurus/core
and@docusaurus/preset-classic
into one pull request (preferably without having to tinker withrenovate.json
. The upstream Docusaurus project updates all those dependencies in one go anyways.What I got from Renovate:
I got 2 pull requests, one for the
core
HonkingGoose/git-gosling#51 and one for thepreset-classic
HonkingGoose/git-gosling#52.The build for the
preset-classic
HonkingGoose/git-gosling#52 was broken when Renovate first opened it, because you cannot use thepreset
with an "outdated"core
, as the preset depends on a updatedcore
package.I don't know why they weren't bundled together by default. As a wild guess, it's because I'm using v2 of Docusaurus in my repository and not v1. Maybe the default Renovate monorepo config is only valid for Docusaurus v1?
Config I used:
This is the config that I used:
I nudged Renovate with the Dependency dashboard
I also nudged Renovate in action by using the Dependency Dashboard to force a Renovate run. I don't know if that makes a difference?
How to configure Renovate to group Docusaurus updates?
Would this get me the desired behavior? Or do I need to be even more specific about the grouping because I'm using v2 of Docusaurus?
The text was updated successfully, but these errors were encountered: