Skip to content

Commit 1c0c5f0

Browse files
committed
chore: force npm registry
1 parent aa7a4a2 commit 1c0c5f0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pnpm-workspace.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ catalog:
4545
dedupePeers: true
4646

4747
minimumReleaseAge: 4320
48-
minimumReleaseAgeExclude:
49-
- '@angular/*'
5048

5149
overrides:
5250
sass: ^1.99.0 # without this, timeouts may occur in the tests

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
},
1212
"minimumReleaseAge": "3 days",
1313
"packageRules": [
14+
{
15+
"matchDatasources": ["npm"],
16+
"registryUrls": ["https://registry.npmjs.org"]
17+
},
1418
{
1519
"matchPackageNames": [
1620
"ng-packagr",

0 commit comments

Comments
 (0)