From 54afd779b3f62c5ab69d5e9748cd9d6da81ab6e5 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Mon, 17 Mar 2025 12:19:33 -0700 Subject: [PATCH] ci: add node manager to renovate config --- renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json b/renovate.json index 74b344bc..d7aa3a63 100644 --- a/renovate.json +++ b/renovate.json @@ -33,6 +33,7 @@ "packageRules": [ { "matchManagers": [ + "node", "npm", "nvm" ], @@ -43,6 +44,7 @@ }, { "matchManagers": [ + "node", "npm", "nvm" ],