Skip to content

Commit

Permalink
Add renovate config for platform security dependencies (elastic#111950)
Browse files Browse the repository at this point in the history
* Add renovate config for platform security dependencies

* Fix typo in group name
  • Loading branch information
legrego authored Sep 13, 2021
1 parent 2bdb313 commit 1b91a5b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
},
}

0 comments on commit 1b91a5b

Please sign in to comment.