Skip to content

Commit

Permalink
ci: add nx scope for renovate bot (#4819)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jul 2, 2023
1 parent 1587ccd commit 0da06bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"matchPackagePatterns": ["^prettier"]
},
{
"groupName": "nrwl toolset",
"matchPackagePatterns": ["^@nrwl/.*"]
"groupName": "Nx toolset",
"matchPackagePatterns": ["^@nrwl/.*", "^@nx/.*", "nx", "nx-cloud"]
},
{
"groupName": "cypress toolset",
Expand Down

0 comments on commit 0da06bb

Please sign in to comment.