tools: use dependabot cooldown and move tools/doc#59978
tools: use dependabot cooldown and move tools/doc#59978nodejs-github-bot merged 3 commits intonodejs:mainfrom
Conversation
|
Review requested:
|
.github/dependabot.yml
Outdated
| - semver-major: 5 | ||
| - semver-minor: 5 | ||
| - semver-patch: 5 |
There was a problem hiding this comment.
Looking at the docs, those are not listed as actual options. I think you meant that:
| - semver-major: 5 | |
| - semver-minor: 5 | |
| - semver-patch: 5 | |
| - default-days: 5 |
.github/dependabot.yml
Outdated
| - semver-major: 5 | ||
| - semver-minor: 5 | ||
| - semver-patch: 5 |
There was a problem hiding this comment.
| - semver-major: 5 | |
| - semver-minor: 5 | |
| - semver-patch: 5 | |
| - default-days: 5 |
.github/dependabot.yml
Outdated
| - semver-major: 5 | ||
| - semver-minor: 5 | ||
| - semver-patch: 5 |
There was a problem hiding this comment.
| - semver-major: 5 | |
| - semver-minor: 5 | |
| - semver-patch: 5 | |
| - default-days: 5 |
.github/dependabot.yml
Outdated
| - semver-major: 5 | ||
| - semver-minor: 5 | ||
| - semver-patch: 5 |
There was a problem hiding this comment.
| - semver-major: 5 | |
| - semver-minor: 5 | |
| - semver-patch: 5 | |
| - default-days: 5 |
|
They are listed - I forgot to include the |
| - semver-major-days: 5 | ||
| - semver-minor-days: 5 | ||
| - semver-patch-days: 5 |
There was a problem hiding this comment.
Why not go with my previous suggestion?
| - semver-major-days: 5 | |
| - semver-minor-days: 5 | |
| - semver-patch-days: 5 | |
| - default-days: 5 |
There was a problem hiding this comment.
Just personal preference, I like things more explicit, it makes change clearer and easier.
Commit Queue failed- Loading data for nodejs/node/pull/59978 ✔ Done loading data for nodejs/node/pull/59978 ----------------------------------- PR info ------------------------------------ Title tools: use dependabot cooldown and move tools/doc (#59978) Author Rafael Gonzaga <rafael.nunu@hotmail.com> (@RafaelGSS) Branch RafaelGSS:add-cooldown-dependabot -> nodejs:main Labels meta, author ready Commits 3 - tools: use dependabot cooldown and move tools/doc - fixup! tools: use dependabot cooldown and move tools/doc - fixup! fixup! tools: use dependabot cooldown and move tools/doc Committers 1 - RafaelGSS <rafael.nunu@hotmail.com> PR-URL: https://github.com/nodejs/node/pull/59978 Refs: https://github.com/nodejs/node/issues/59911 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/59978 Refs: https://github.com/nodejs/node/issues/59911 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 22 Sep 2025 22:21:05 GMT ✔ Approvals: 1 ✔ - Ulises Gascón (@UlisesGascon): https://github.com/nodejs/node/pull/59978#pullrequestreview-3281597871 ✘ This PR needs to wait 1 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/18109626886 |
Commit Queue failed- Loading data for nodejs/node/pull/59978 ✔ Done loading data for nodejs/node/pull/59978 ----------------------------------- PR info ------------------------------------ Title tools: use dependabot cooldown and move tools/doc (#59978) Author Rafael Gonzaga <rafael.nunu@hotmail.com> (@RafaelGSS) Branch RafaelGSS:add-cooldown-dependabot -> nodejs:main Labels meta, author ready Commits 3 - tools: use dependabot cooldown and move tools/doc - fixup! tools: use dependabot cooldown and move tools/doc - fixup! fixup! tools: use dependabot cooldown and move tools/doc Committers 1 - RafaelGSS <rafael.nunu@hotmail.com> PR-URL: https://github.com/nodejs/node/pull/59978 Refs: https://github.com/nodejs/node/issues/59911 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/59978 Refs: https://github.com/nodejs/node/issues/59911 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 22 Sep 2025 22:21:05 GMT ✔ Approvals: 1 ✔ - Ulises Gascón (@UlisesGascon): https://github.com/nodejs/node/pull/59978#pullrequestreview-3281597871 ✘ This PR needs to wait 0 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/18111664340 |
|
Landed in 1d49478 |
|
Config seems invalid: https://github.com/nodejs/node/runs/51603058583 |
Will check as soon as I get back to the computer. |
|
I have pushed a potential fix for it on my local fork, but I'm not sure how to test it. How did you get the runs list @targos? Ref: RafaelGSS@3d5cf5b |
|
It's in the GitHub checks of the commit on |

Refs: #59911
cc: @nodejs/security-wg