Skip to content

Commit

Permalink
[renovate] Add babel to config
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Sep 29, 2021
1 parent 7a0c2f6 commit f9d5b19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@
labels: ['release_note:skip', 'Team:Operations', 'Team:Core', 'backport:skip'],
enabled: true,
},
{
groupName: 'babel',
packageNames: ['@types/babel__core'],
matchPackagePatterns: ["^@babel", "^babel-plugin"],
reviewers: ['team:kibana-operations'],
matchBaseBranches: ['master'],
labels: ['Team:Operations', 'release_note:skip'],
enabled: true,
},
{
groupName: 'vega related modules',
packageNames: ['vega', 'vega-lite', 'vega-schema-url-parser', 'vega-tooltip'],
Expand Down

0 comments on commit f9d5b19

Please sign in to comment.