We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a644ab commit eef70f6Copy full SHA for eef70f6
1 file changed
renovate.json
@@ -38,10 +38,26 @@
38
"matchUpdateTypes": ["patch", "minor"],
39
"groupName": "Jest packages"
40
},
41
+ {
42
+ "extends": ["monorepo:babel"],
43
+ "matchPackagePatterns": ["@babel"],
44
+ "groupName": "Babel packages"
45
+ },
46
{
47
"extends": ["packages:eslint"],
48
+ "matchPackagePatterns": ["eslint-plugin", "lint-staged"],
49
"groupName": "ESLint packages"
50
51
52
+ "extends": ["monorepo:commitlint"],
53
+ "matchPackagePatterns": ["@commitlint"],
54
+ "groupName": "Commitlint packages"
55
56
57
+ "matchPackagePatterns": ["@types"],
58
+ "matchUpdateTypes": ["patch", "minor"],
59
+ "groupName": "@types packages"
60
61
62
"matchPackagePrefixes": ["esbuild"],
63
"groupName": "Esbuild packages"
0 commit comments