Skip to content

Commit

Permalink
ci: split nx renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Jan 31, 2024
1 parent b463843 commit c3083e4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,19 @@
"^@schematics",
"angular",
"^@ngrx",
"^zone.js",
"^zone.js"
],
"groupName": "Angular dependencies",
"groupSlug": "angular-dependencies"
},
{
"matchPackagePatterns": [
"^@nrwl",
"^@nx",
"^nx"
],
"groupName": "Angular dependencies",
"groupSlug": "angular-dependencies"
"groupName": "Nx dependencies",
"groupSlug": "nx-dependencies"
},
{
"matchPackagePatterns": [
Expand Down

0 comments on commit c3083e4

Please sign in to comment.