-
Notifications
You must be signed in to change notification settings - Fork 1.4k
.yarnrc registry regex incorrect #3474
Copy link
Copy link
Closed
Labels
F: private-registries 💂♂️Issues about using private registries with Dependabot; may be paired with an R: label.Issues about using private registries with Dependabot; may be paired with an R: label.L: javascript:yarnnpm packages via yarnnpm packages via yarnT: bug 🐞Something isn't workingSomething isn't workinggood first issue
Metadata
Metadata
Assignees
Labels
F: private-registries 💂♂️Issues about using private registries with Dependabot; may be paired with an R: label.Issues about using private registries with Dependabot; may be paired with an R: label.L: javascript:yarnnpm packages via yarnnpm packages via yarnT: bug 🐞Something isn't workingSomething isn't workinggood first issue
https://github.com/dependabot/dependabot-core/blob/main/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/registry_finder.rb#L15
Regex for .yarnrc registry is:
But it's common to wrap registry in quotes, which then fails to match.
e.g. (copied from a Google Search)