Skip to content

Commit 56e1b06

Browse files
alan-agius4devversion
authored andcommitted
build: update development Node.js version to 22.15.0 and auto-update
The version of Node.js used for development and CI jobs is now set to the active LTS version's latest minor and patch. Renovate is also now configured to update the minor and patch versions.
1 parent 0bbc966 commit 56e1b06

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.1
1+
22.15.0

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"ignorePaths": ["bazel/integration/tests/**"],
1717
"ignoreDeps": ["rules_pkg", "@angular-devkit/build-angular"],
18-
"enabledManagers": ["npm", "bazel", "github-actions"],
1918
"baseBranches": ["main"],
2019
"postUpgradeTasks": {
2120
"commands": [
@@ -27,6 +26,15 @@
2726
"executionMode": "update"
2827
},
2928
"packageRules": [
29+
{
30+
"matchDepNames": ["node"],
31+
"matchUpdateTypes": ["minor", "patch"]
32+
},
33+
{
34+
"enabled": false,
35+
"matchDepNames": ["node"],
36+
"matchUpdateTypes": ["major"]
37+
},
3038
{
3139
"matchUpdateTypes": ["minor", "patch"],
3240
"groupName": "all non-major dependencies",

0 commit comments

Comments
 (0)