Skip to content
Snippets Groups Projects
Unverified Commit e1ab6a72 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix: use matchDepNames for node preset (#23213)

parent bf9ada70
No related branches found
No related tags found
No related merge requests found
...@@ -303,7 +303,7 @@ const staticGroups = { ...@@ -303,7 +303,7 @@ const staticGroups = {
commitMessageTopic: 'Node.js', commitMessageTopic: 'Node.js',
excludePackageNames: ['calico/node', 'kindest/node'], excludePackageNames: ['calico/node', 'kindest/node'],
matchDatasources: ['docker'], matchDatasources: ['docker'],
matchPackageNames: ['node'], matchDepNames: ['node'],
matchPackagePatterns: ['/node$'], matchPackagePatterns: ['/node$'],
}, },
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment