Skip to content

Commit fafd653

Browse files
authored
fix(presets): add node-version to Node.js group (#32481)
1 parent c817804 commit fafd653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config/presets/internal/group.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ const staticGroups = {
347347
packageRules: [
348348
{
349349
commitMessageTopic: 'Node.js',
350-
matchDatasources: ['docker'],
350+
matchDatasources: ['docker', 'node-version'],
351351
matchPackageNames: [
352352
'/(?:^|/)node$/', // node or ends with "/node, except those below"
353353
'!calico/node',

0 commit comments

Comments
 (0)