Skip to content
Snippets Groups Projects
Unverified Commit 904a52bd authored by Maxime Brunet's avatar Maxime Brunet Committed by GitHub
Browse files

fix(presets): actually group Node.js packages (#34244)

parent 06d687ef
Branches
Tags 39.170.3
No related merge requests found
......@@ -363,6 +363,7 @@ const staticGroups = {
packageRules: [
{
commitMessageTopic: 'Node.js',
groupName: 'Node.js',
matchDatasources: ['docker', 'node-version'],
matchPackageNames: [
'/(?:^|/)node$/', // node or ends with "/node, except those below"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment