Skip to content

Commit

Permalink
Add jest to renovate config (#145877)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbudz authored Nov 29, 2022
1 parent 20e6a85 commit 8038127
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 8038127

Please sign in to comment.