mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 14:06:30 +00:00
Merge 2e960dc300
into ab1ed9c421
This commit is contained in:
commit
062e594867
2 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@ const renamedMonorepos: Record<string, string> = {
|
||||||
Steeltoe: 'steeltoe',
|
Steeltoe: 'steeltoe',
|
||||||
stryker: 'stryker-js',
|
stryker: 'stryker-js',
|
||||||
Swashbuckle: 'swashbuckle-aspnetcore',
|
Swashbuckle: 'swashbuckle-aspnetcore',
|
||||||
|
nrwl: 'nx',
|
||||||
};
|
};
|
||||||
|
|
||||||
for (const [from, to] of Object.entries(renamedMonorepos)) {
|
for (const [from, to] of Object.entries(renamedMonorepos)) {
|
||||||
|
|
|
@ -584,7 +584,7 @@
|
||||||
"hapijs": "https://github.com/hapijs/",
|
"hapijs": "https://github.com/hapijs/",
|
||||||
"lodash": "https://github.com/lodash/",
|
"lodash": "https://github.com/lodash/",
|
||||||
"ngrx": "https://github.com/ngrx/",
|
"ngrx": "https://github.com/ngrx/",
|
||||||
"nrwl": "https://github.com/nrwl/",
|
"nx": "https://github.com/nrwl/nx",
|
||||||
"octokit": "https://github.com/octokit/",
|
"octokit": "https://github.com/octokit/",
|
||||||
"semantic-release": "https://github.com/semantic-release/",
|
"semantic-release": "https://github.com/semantic-release/",
|
||||||
"swc": "https://github.com/swc-project/"
|
"swc": "https://github.com/swc-project/"
|
||||||
|
|
Loading…
Reference in a new issue