mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Ops] Combine some Renovate groups. Disable webpack, ts (#203350)
## Summary Combine some Renovate groups. Disable TS group. Closes #189415. Disable Webpack group until #191106 is finished.
This commit is contained in:
parent
79e731685a
commit
313deddfb5
1 changed files with 8 additions and 81 deletions
|
@ -790,7 +790,7 @@
|
|||
"release_note:skip"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"groupName": "json-stable-stringify",
|
||||
|
@ -852,26 +852,6 @@
|
|||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "loader-utils",
|
||||
"matchDepNames": [
|
||||
"loader-utils",
|
||||
"@types/loader-utils"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:kibana-operations"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Operations",
|
||||
"release_note:skip",
|
||||
"backport:all-open"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "micromatch/minimatch",
|
||||
"matchDepNames": [
|
||||
|
@ -1122,25 +1102,6 @@
|
|||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "@statoscope/webpack-plugin",
|
||||
"matchDepNames": [
|
||||
"@statoscope/webpack-plugin"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:kibana-operations"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Operations",
|
||||
"backport:all-open",
|
||||
"release_note:skip"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "mocha",
|
||||
"matchDepNames": [
|
||||
|
@ -1355,6 +1316,7 @@
|
|||
"clean-webpack-plugin",
|
||||
"css-loader",
|
||||
"file-loader",
|
||||
"loader-utils",
|
||||
"mini-css-extract-plugin",
|
||||
"postcss-loader",
|
||||
"raw-loader",
|
||||
|
@ -1369,6 +1331,8 @@
|
|||
"webpack-merge",
|
||||
"webpack-sources",
|
||||
"webpack-visualizer-plugin2",
|
||||
"@statoscope/webpack-plugin",
|
||||
"@types/loader-utils",
|
||||
"@types/webpack",
|
||||
"@types/webpack-bundle-analyzer",
|
||||
"@types/webpack-env",
|
||||
|
@ -1387,7 +1351,7 @@
|
|||
"release_note:skip"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"groupName": "yargs",
|
||||
|
@ -1435,7 +1399,8 @@
|
|||
"groupName": "package.json/yarn.lock utils",
|
||||
"matchDepNames": [
|
||||
"@yarnpkg/lockfile",
|
||||
"sort-package-json"
|
||||
"sort-package-json",
|
||||
"yarn-deduplicate"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:kibana-operations"
|
||||
|
@ -1566,25 +1531,6 @@
|
|||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "expect",
|
||||
"matchDepNames": [
|
||||
"expect"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:kibana-operations"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Operations",
|
||||
"backport:all-open",
|
||||
"release_note:skip"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "expiry-js",
|
||||
"matchDepNames": [
|
||||
|
@ -1851,25 +1797,6 @@
|
|||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "yarn-deduplicate",
|
||||
"matchDepNames": [
|
||||
"yarn-deduplicate"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:kibana-operations"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Operations",
|
||||
"backport:all-open",
|
||||
"release_note:skip"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "http2",
|
||||
"matchDepNames": [
|
||||
|
@ -2527,4 +2454,4 @@
|
|||
"datasourceTemplate": "docker"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue