Skip to content

Commit 24db3b8

Browse files
authored
JS-977 Use public npm urls in package-lock.json (#6005)
1 parent f6422b3 commit 24db3b8

3 files changed

Lines changed: 1035 additions & 1044 deletions

File tree

.github/renovate.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>SonarSource/renovate-config:languages-team"],
4-
"npmrc": "registry=https://repox.jfrog.io/artifactory/api/npm/npm/",
5-
"npmrcMerge": true,
64
"configMigration": true,
75
"enabledManagers": ["github-actions", "maven", "npm"],
86
"dockerfile": {
@@ -29,10 +27,6 @@
2927
"matchUpdateTypes": ["pin", "rollback"],
3028
"enabled": false
3129
},
32-
{
33-
"matchDatasources": ["npm"],
34-
"registryUrls": ["https://repox.jfrog.io/artifactory/api/npm/npm"]
35-
},
3630
{
3731
"matchUpdateTypes": ["minor", "patch"],
3832
"matchCurrentVersion": "!/^0/",

.github/workflows/.npmrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)