mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[renovate] Add Typescript configuration (#121245)
This commit is contained in:
parent
17e79c150a
commit
227e2712af
1 changed files with 10 additions and 0 deletions
|
@ -72,6 +72,16 @@
|
|||
"enabled": true,
|
||||
"stabilityDays": 7
|
||||
},
|
||||
{
|
||||
"groupName": "typescript",
|
||||
"matchPackageNames": ["typescript", "prettier", "@types/jsdom"],
|
||||
"matchPackagePatterns": ["^@typescript-eslint"],
|
||||
"reviewers": ["team:kibana-operations"],
|
||||
"matchBaseBranches": ["main"],
|
||||
"labels": ["Team:Operations", "release_note:skip"],
|
||||
"enabled": true,
|
||||
"stabilityDays": 7
|
||||
},
|
||||
{
|
||||
"groupName": "polyfills",
|
||||
"matchPackageNames": ["core-js"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue