Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(go): Add support for Go host code.cloudfoundry.org #25173

Merged
merged 2 commits into from
Oct 13, 2023

Commits on Oct 12, 2023

  1. feat(go): Add support for Go host code.cloudfoundry.org

    ## Changes
    
    Dependency updates for Go libraries from `code.cloudfoundry.org` are now supported.
    
    ## Context
    
    In renovatebot#18246 it was discussed that the error message
    ```
    Unsupported go host - cannot look up versions
    ```
    
    is not a bug when using Go dependencies from `code.cloudfoundry.org`,
    however in our daily work on `app-autoscaler-release` it is unfortunate
    [such dependencies are not automatically updated by Renovate](cloudfoundry/app-autoscaler-release#1100)
    
    ## Documentation (please check one with an [x])
    
    - [ ] I have updated the documentation, or
    - [x] No documentation update is required
    
    ## How I've tested my work (please select one)
    
    I have verified these changes via:
    
    - [ ] Code inspection only, or
    - [ ] Newly added/modified unit tests, or
    - [ ] No unit tests but ran on a real repository, or
    - [x] Both unit tests + ran on a real repository
    silvestre committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    38e3623 View commit details
    Browse the repository at this point in the history
  2. fixup! feat(go): Add support for Go host code.cloudfoundry.org

    Do not use `split`, just replace the prefix
    silvestre committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d67c928 View commit details
    Browse the repository at this point in the history