Skip to content

Commit d55fa4f

Browse files
authored
[infra] Rely on renovate presets for grouping (#479)
1 parent f07af5c commit d55fa4f

File tree

2 files changed

+3
-43
lines changed

2 files changed

+3
-43
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended", "github>mui/mui-public//renovate/default"],
3+
"extends": ["github>mui/mui-public//renovate/default"],
44
"ignoreDeps": []
55
}

renovate/default.json

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"description": "Renovate configuration for MUI repositories.",
4-
"extends": [":semanticCommitsDisabled"],
4+
"extends": [":semanticCommitsDisabled", "config:recommended"],
55
"automerge": false,
66
"commitMessageAction": "Bump",
77
"commitMessageExtra": "to {{newValue}}",
@@ -24,42 +24,12 @@
2424
"matchDepTypes": ["peerDependencies"],
2525
"rangeStrategy": "widen"
2626
},
27-
{
28-
"groupName": "babel",
29-
"matchPackageNames": ["^@babel/", "^@types/babel", "^babel-"]
30-
},
3127
{
3228
"groupName": "Infra packages",
3329
"matchPackageNames": ["@mui/internal-*", "@mui/docs"],
3430
"followTag": "canary",
3531
"schedule": null
3632
},
37-
{
38-
"groupName": "core-js",
39-
"matchPackageNames": ["core-js"],
40-
"allowedVersions": "< 2.0.0"
41-
},
42-
{
43-
"groupName": "Emotion",
44-
"matchPackageNames": ["@emotion/*"]
45-
},
46-
{
47-
"groupName": "React",
48-
"matchPackageNames": [
49-
"react",
50-
"react-dom",
51-
"react-is",
52-
"@types/react",
53-
"@types/react-dom",
54-
"@types/react-is",
55-
"use-sync-external-store",
56-
"@types/use-sync-external-store"
57-
]
58-
},
59-
{
60-
"groupName": "Playwright",
61-
"matchPackageNames": ["@playwright/*", "playwright", "mcr.microsoft.com/playwright"]
62-
},
6333
{
6434
"groupName": "GitHub Actions",
6535
"matchManagers": ["github-actions"]
@@ -73,10 +43,6 @@
7343
"groupName": "@definitelytyped tools",
7444
"matchPackageNames": ["@definitelytyped/*"]
7545
},
76-
{
77-
"groupName": "Testing libraries",
78-
"matchPackageNames": ["@testing-library/*"]
79-
},
8046
{
8147
"groupName": "node",
8248
"matchDatasources": ["docker", "node-version"],
@@ -85,13 +51,7 @@
8551
},
8652
{
8753
"groupName": "eslint",
88-
"matchPackageNames": [
89-
"eslint",
90-
"eslint-*",
91-
"typescript-eslint",
92-
"@typescript-eslint/*",
93-
"@types/eslint-*"
94-
]
54+
"extends": ["monorepo:eslint", "monorepo:typescript-eslint"]
9555
},
9656
{
9757
"groupName": "Vite & Vitest",

0 commit comments

Comments
 (0)