mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Add renovate config for platform security dependencies (#111950)
* Add renovate config for platform security dependencies * Fix typo in group name
This commit is contained in:
parent
2bdb3131df
commit
1b91a5b450
1 changed files with 15 additions and 0 deletions
|
@ -74,6 +74,21 @@
|
|||
labels: ['Feature:Vega', 'Team:VisEditors'],
|
||||
enabled: true,
|
||||
},
|
||||
{
|
||||
groupName: 'platform security modules',
|
||||
packageNames: [
|
||||
'broadcast-channel',
|
||||
'jsonwebtoken', '@types/jsonwebtoken',
|
||||
'node-forge', '@types/node-forge',
|
||||
'require-in-the-middle',
|
||||
'tough-cookie', '@types/tough-cookie',
|
||||
'xml-crypto', '@types/xml-crypto'
|
||||
],
|
||||
reviewers: ['team:kibana-security'],
|
||||
matchBaseBranches: ['master', '7.x'],
|
||||
labels: ['Team:Security'],
|
||||
enabled: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue