mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Add jest to renovate config (#145877)
This adds a renovate config for core jest packages, but skips a few jest related libraries. They need to be updated separately and then added to the config. jest-styled-components breaks a bunch of snapshots, for example.
This commit is contained in:
parent
20e6a850f6
commit
8038127a0e
1 changed files with 24 additions and 0 deletions
|
@ -158,6 +158,30 @@
|
|||
"labels": ["Team:Operations", "release_note:skip"],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "jest",
|
||||
"packageNames": [
|
||||
"@jest/console",
|
||||
"@jest/reporters",
|
||||
"@jest/types",
|
||||
"@types/jest",
|
||||
"babel-jest",
|
||||
"expect",
|
||||
"jest",
|
||||
"jest-cli",
|
||||
"jest-config",
|
||||
"jest-diff",
|
||||
"jest-environment-jsdom",
|
||||
"jest-matcher-utils",
|
||||
"jest-mock",
|
||||
"jest-runtime",
|
||||
"jest-snapshot"
|
||||
],
|
||||
"reviewers": ["team:kibana-operations"],
|
||||
"matchBaseBranches": ["main"],
|
||||
"labels": ["Team:Operations", "release_note:skip"],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "@storybook",
|
||||
"reviewers": ["team:kibana-operations"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue