Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"schedule": ["before 7am every weekday"],
"updateNotScheduled": false,
"reviewers": ["team:frontend-product"],
"constraints": {
"node": "22.22.1"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P2] This sets Renovate’s Node baseline to 22.22.1, but the repo still declares a different baseline elsewhere (README.md says >=22.18.0, and .node-version is only 22.22). With engine-strict=true, Renovate can now accept dependency updates that will fail for contributors following the documented setup. Align this constraint with the project’s actual supported Node version, or update the repo’s baseline docs/version file in the same change.

},
"prBodyNotes": [
"## Reference\n",
" - See [Keeping dependencies up-to-date](https://handbook.doist.com/doc/keeping-dependencies-up-to-date-Qf28E929N5) for reviewing guidelines."
Expand Down
Loading