Skip to content

Commit eef70f6

Browse files
authored
build(devs-infra): update Renovate bot config (#3711)
- Extend rules for @commitlint - Extend rules for @babel - Extend rules for eslint-plugin - Add rules for @types
1 parent 9a644ab commit eef70f6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,26 @@
3838
"matchUpdateTypes": ["patch", "minor"],
3939
"groupName": "Jest packages"
4040
},
41+
{
42+
"extends": ["monorepo:babel"],
43+
"matchPackagePatterns": ["@babel"],
44+
"groupName": "Babel packages"
45+
},
4146
{
4247
"extends": ["packages:eslint"],
48+
"matchPackagePatterns": ["eslint-plugin", "lint-staged"],
4349
"groupName": "ESLint packages"
4450
},
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+
},
4561
{
4662
"matchPackagePrefixes": ["esbuild"],
4763
"groupName": "Esbuild packages"

0 commit comments

Comments
 (0)