Skip to content

Commit

Permalink
fix: renovate group config not work (#6260)
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin authored Sep 24, 2024
1 parent 0a31d31 commit f763460
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
},
{
"groupName": "rsbuild",
"packagePatterns": ["rsbuild"],
"matchPackageNames": ["@rsbuild/**"],
"groupSlug": "rsbuild"
},
{
"groupName": "rspress",
"packagePatterns": ["rspress"],
"matchPackageNames": ["@rspress/**"],
"groupSlug": "rspress"
},
{
"groupName": "codesmith",
"packagePatterns": ["modern-js/codesmith"],
"matchPackageNames": ["@modern-js/codesmith", "@modern-js/codesmith-**"],
"groupSlug": "codesmith"
},
{
"groupName": "reduck",
"packagePatterns": ["modern-js-reduck"],
"matchPackageNames": ["@modern-js-reduck/**"],
"groupSlug": "reduck"
},
{
"groupName": "types",
"packagePatterns": ["^@types/"],
"matchPackageNames": ["^@types/**"],
"groupSlug": "types"
},
{
Expand Down

0 comments on commit f763460

Please sign in to comment.