Skip to content

Commit

Permalink
fix(presets): add node-version to Node.js group (#32481)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet authored Nov 12, 2024
1 parent c817804 commit fafd653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ const staticGroups = {
packageRules: [
{
commitMessageTopic: 'Node.js',
matchDatasources: ['docker'],
matchDatasources: ['docker', 'node-version'],
matchPackageNames: [
'/(?:^|/)node$/', // node or ends with "/node, except those below"
'!calico/node',
Expand Down

0 comments on commit fafd653

Please sign in to comment.