From ce8b3a2e19a5a42108e9d6222b005a6b13fdc478 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 20 Jun 2025 00:02:41 -0500 Subject: [PATCH] update config --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index a1a1297..06609ce 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,9 @@ "packageRules": [ { "description": "Label dependency", + "matchDatasources": [ + "npm" + ], "addLabels": [ "automerge" ], @@ -20,6 +23,9 @@ }, { "description": "Automerge dependency patch", + "matchDatasources": [ + "npm" + ], "matchUpdateTypes": [ "patch" ],