Skip to content

Commit 3ce3274

Browse files
committed
internal: Group typescript-eslint major pkgs
1 parent 97af834 commit 3ce3274

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

.github/renovate.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"extends": ["group:allNonMajor", "group:monorepos"],
33
"assigneesFromCodeOwners": true,
44
"commitMessagePrefix": "pkg: ",
@@ -101,14 +101,31 @@
101101
{
102102
"groupSlug": "validation",
103103
"groupName": "validation packages",
104-
"matchUpdateTypes": ["major", "minor", "patch"],
104+
"matchUpdateTypes": ["minor", "patch"],
105105
"matchPackageNames": [
106106
"@anansi/eslint-plugin",
107107
"prettier",
108108
"eslint-plugin-prettier",
109+
"@typescript-eslint/parser",
109110
"@typescript-eslint/eslint-plugin"
110111
]
111112
},
113+
{
114+
"matchPackageNames": [
115+
"@typescript-eslint/parser",
116+
"@typescript-eslint/eslint-plugin"
117+
],
118+
"matchUpdateTypes": ["major"],
119+
"groupSlug": "typescript-eslint"
120+
},
121+
{
122+
"matchPackageNames": [
123+
"prettier",
124+
"eslint-plugin-prettier"
125+
],
126+
"matchUpdateTypes": ["major"],
127+
"groupSlug": "prettier"
128+
},
112129
{
113130
"extends": ["monorepo:commitlint"],
114131
"matchUpdateTypes": ["major", "minor", "patch"],

0 commit comments

Comments
 (0)