Skip to content

Commit

Permalink
[Ops] Combine some Renovate groups. Disable webpack, ts (elastic#203350)
Browse files Browse the repository at this point in the history
## Summary

Combine some Renovate groups.

Disable TS group. Closes elastic#189415.
Disable Webpack group until elastic#191106 is finished.
  • Loading branch information
Ikuni17 authored and mykolaharmash committed Dec 11, 2024
1 parent f09ff34 commit 6e5f2e2
Showing 1 changed file with 8 additions and 81 deletions.
89 changes: 8 additions & 81 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
"enabled": false
},
{
"groupName": "json-stable-stringify",
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -1355,6 +1316,7 @@
"clean-webpack-plugin",
"css-loader",
"file-loader",
"loader-utils",
"mini-css-extract-plugin",
"postcss-loader",
"raw-loader",
Expand All @@ -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",
Expand All @@ -1387,7 +1351,7 @@
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
"enabled": false
},
{
"groupName": "yargs",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -2527,4 +2454,4 @@
"datasourceTemplate": "docker"
}
]
}
}

0 comments on commit 6e5f2e2

Please sign in to comment.