From 2d779461115040e5f3b2d41474a1c15ea6aa2098 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sat, 30 Aug 2025 22:01:06 +0200 Subject: [PATCH] Let renovate find maintained LTS node.js versions automatically Signed-off-by: Alexander Brandes --- .github/renovate.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index f3150f922a79..37d213628ba5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,10 +10,6 @@ "matchDatasources": ["npm"], "addLabels": ["javascript"], "stabilityDays": 3 - }, - { - "matchPackageNames": ["node"], - "allowedVersions": "/20.[0-9]+.[0-9]+(.[0-9]+)?$/" } ], "regexManagers": [ @@ -21,7 +17,7 @@ "fileMatch": ["scripts/node"], "matchStrings": ["CONTAINER_NAME=node:(?.*?)\n"], "depNameTemplate": "node", - "datasourceTemplate": "npm" + "datasourceTemplate": "node-version" }, { "fileMatch": ["scripts/ruby"],