mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
fix(config/presets): exclude docker.io/calico/node from Node.JS group (#25186)
Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
This commit is contained in:
parent
bc44aea6a0
commit
d7baafaf14
1 changed files with 5 additions and 1 deletions
|
@ -301,7 +301,11 @@ const staticGroups = {
|
|||
packageRules: [
|
||||
{
|
||||
commitMessageTopic: 'Node.js',
|
||||
excludePackageNames: ['calico/node', 'kindest/node'],
|
||||
excludePackageNames: [
|
||||
'calico/node',
|
||||
'docker.io/calico/node',
|
||||
'kindest/node',
|
||||
],
|
||||
matchDatasources: ['docker'],
|
||||
matchDepNames: ['node'],
|
||||
matchPackagePatterns: ['/node$'],
|
||||
|
|
Loading…
Reference in a new issue