Skip to content

Commit 7f16914

Browse files
authored
chore: group swc updates by renovate including majors (#509)
1 parent bbd34e2 commit 7f16914

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/renovate.json5

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended",
5-
"schedule:weekly",
6-
"group:allNonMajor",
7-
"group:swcMonorepo",
8-
],
3+
"extends": ["config:recommended", "schedule:weekly", "group:allNonMajor"],
94
"labels": ["dependencies"],
105
"ignorePaths": ["**/__tests__/**"],
116
"rangeStrategy": "bump",
@@ -18,6 +13,12 @@
1813
"matchFileNames": ["**/react-18/**", "**/compiler-react-18/**"],
1914
"ignoreDeps": ["react", "react-dom", "@types/react", "@types/react-dom"],
2015
},
16+
{
17+
"extends": ["monorepo:swc"],
18+
"groupName": "swc monorepo",
19+
"matchUpdateTypes": ["patch", "minor", "major"],
20+
"separateMajorMinor": false,
21+
},
2122
// renovate doesn't properly handle x.x.x-beta-hash-yyyymm version schema
2223
{
2324
"matchPackageNames": [

0 commit comments

Comments
 (0)