Overview
This docs site generates its /api pages (https://mochajs.org/api -> https://legacy.mochajs.org/api) through a dependency on mocha:
We're going to want to bump that version every time a new version of the mocha package is released.
Additional Info
My intuition is we'll probably want it to happen immediately after a new release. That makes this a teeny bit more complicated than the normal "just set up Dependabot/Renovate": other packages should go through minimumReleaseAge > 0, but this one should be instant.
Mirror issue for mochajs/mocha#5868
Overview
This docs site generates its
/apipages (https://mochajs.org/api -> https://legacy.mochajs.org/api) through a dependency onmocha:docs-legacy/package.json
Line 29 in 1a989f6
We're going to want to bump that version every time a new version of the
mochapackage is released.Additional Info
My intuition is we'll probably want it to happen immediately after a new release. That makes this a teeny bit more complicated than the normal "just set up Dependabot/Renovate": other packages should go through
minimumReleaseAge> 0, but this one should be instant.Mirror issue for mochajs/mocha#5868