From e1ab6a72e92fdd556b6cee103e1be0346a6c9c80 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Thu, 6 Jul 2023 16:58:33 +0200 Subject: [PATCH] fix: use matchDepNames for node preset (#23213) --- lib/config/presets/internal/group.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/presets/internal/group.ts b/lib/config/presets/internal/group.ts index f0b00efb15..c7ad6ebf06 100644 --- a/lib/config/presets/internal/group.ts +++ b/lib/config/presets/internal/group.ts @@ -303,7 +303,7 @@ const staticGroups = { commitMessageTopic: 'Node.js', excludePackageNames: ['calico/node', 'kindest/node'], matchDatasources: ['docker'], - matchPackageNames: ['node'], + matchDepNames: ['node'], matchPackagePatterns: ['/node$'], }, ], -- GitLab