Skip to content

Treat registryUrls as a URL, not a string being prefixed #39375

@jamietanna

Description

@jamietanna

Describe the proposed change(s).

As noted in #39367, when adding i.e.

        "registryUrls": ["https://updates.jenkins.io?version=2.528.2"]

Renovate transforms this into i.e.

https://updates.jenkins.io?version=2.528.2/current/update-center.actual.json

Whereas it should be:

https://updates.jenkins.io/current/update-center.actual.json?version=2.528.2

We should treat the registryUrl as a URL not a string that's being appended to

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority-3-mediumDefault priority, "should be done" but isn't prioritised ahead of others

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions