Skip to content

Commit 6224063

Browse files
authored
Let renovate automatically update to node LTS versions (#10613)
1 parent d70bc2e commit 6224063

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/renovate.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
"team:sig-ux"
2424
]
2525
},
26-
{
27-
"matchPackageNames": [
28-
"node"
29-
],
30-
"allowedVersions": "/22.[0-9]+.[0-9]+(.[0-9]+)?$/"
31-
},
3226
{
3327
"description": "Should be upgraded in lockstep in order to keep their corresponding Jetty versions aligned",
3428
"matchManagers": [
@@ -124,7 +118,7 @@
124118
"<node.version>(?<currentValue>.*?)</node.version>"
125119
],
126120
"depNameTemplate": "node",
127-
"datasourceTemplate": "npm"
121+
"datasourceTemplate": "node-version"
128122
},
129123
{
130124
"customType": "regex",

0 commit comments

Comments
 (0)