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
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
schedule: "* 6 * * 1",
groupName: "Github Actions",
},
{
packageNames: ["node"],
// Disable updates for Node.js because we use the same
// version as GitHub Actions.
enabled: false,
},
],
// Receive any update that fixes security vulnerabilities.
// We need this because we disabled "patch" updates for Rust.
Expand Down