From ac7e810d8f37e5e2b130f532ce7eeefa278bb9f9 Mon Sep 17 00:00:00 2001 From: Morre Date: Fri, 13 Oct 2023 09:42:09 +0200 Subject: [PATCH] fix: add depNameTemplate --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 15e51d0..bff5f29 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "customManagers": [ { "datasourceTemplate": "node-version", + "depNameTemplate": "node", "matchStrings": ["https://deb.nodesource.com/node_(?.*).x"], "fileMatch": ["nodesource.list"] }