Skip to content

Commit

Permalink
chore(renovate): allow @nx and @nxext new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Aug 18, 2023
1 parent 0959b19 commit 053b751
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@
groupName: '@commitlint',
matchPackagePrefixes: ['@commitlint/'],
},
{
matchPackageNames: ['@jscutlery/semver'],
allowedVersions: '<2.30.0',
},
{
groupName: '@nxext',
matchPackagePrefixes: ['@nxext'],
allowedVersions: '<15.0.0',
},
{
groupName: '@stencil',
matchPackagePrefixes: ['@stencil/'],
Expand All @@ -72,15 +63,9 @@
matchPackagePrefixes: ['ng-packagr'],
allowedVersions: '<15.0.0',
},
{
matchPackageNames: ['ngx-deploy-npm'],
allowedVersions: '<6.0.0',
},
{
groupName: 'nx',
matchPackagePrefixes: ['@nrwl', 'nx'],
allowedVersions: '<15.0.0',
excludeDepNames: ['@nrwl/nx-cloud'],
matchPackagePrefixes: ['@nx'],
},
{
groupName: 'postcss',
Expand Down

0 comments on commit 053b751

Please sign in to comment.