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:
Jonathan Budzenski 2022-11-29 09:23:32 -06:00 committed by GitHub
parent 20e6a850f6
commit 8038127a0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"],