Skip to content

Commit

Permalink
build(devs-infra): update Renovate bot config (#3711)
Browse files Browse the repository at this point in the history
- Extend rules for @commitlint
- Extend rules for @babel
- Extend rules for eslint-plugin
- Add rules for @types
  • Loading branch information
ahnpnl committed Jul 25, 2022
1 parent 9a644ab commit eef70f6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
Expand Up @@ -38,10 +38,26 @@
"matchUpdateTypes": ["patch", "minor"],
"groupName": "Jest packages"
},
{
"extends": ["monorepo:babel"],
"matchPackagePatterns": ["@babel"],
"groupName": "Babel packages"
},
{
"extends": ["packages:eslint"],
"matchPackagePatterns": ["eslint-plugin", "lint-staged"],
"groupName": "ESLint packages"
},
{
"extends": ["monorepo:commitlint"],
"matchPackagePatterns": ["@commitlint"],
"groupName": "Commitlint packages"
},
{
"matchPackagePatterns": ["@types"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "@types packages"
},
{
"matchPackagePrefixes": ["esbuild"],
"groupName": "Esbuild packages"
Expand Down

0 comments on commit eef70f6

Please sign in to comment.