renovatebot / renovate

Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
https://mend.io/renovate
GNU Affero General Public License v3.0
17.37k stars 2.27k forks source link

git-tags lookups to github.com should use github-tags datasource #7080

Closed rarkins closed 1 year ago

rarkins commented 4 years ago

What would you like Renovate to be able to do?

If a git-tags datasource is queried but it's on github.com, redirect to github-tags instead, so that authentication can work.

Did you already have any implementation ideas?

I think it's easier for the datasource to handle this logic rather than every manager.extract function.

rarkins commented 1 year ago

Duplicate of #7877