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

Registries not working #923

Closed
YannickFuereder opened this issue Jan 5, 2024 · 1 comment
Closed

Registries not working #923

YannickFuereder opened this issue Jan 5, 2024 · 1 comment

Comments

@YannickFuereder
Copy link

Hey, i am trying to use a private Azure NuGet feed but i cant get it to work. All public Nuget packages work as expected but
when the updater tries to find the latest version of private packages it uses the public nuget registry for lookup. Why is it not using the private registry for lookup in that case?

Cmd:
docker run --rm -i -e GITHUB_ACCESS_TOKEN={Github_Access_Token} -e DEPENDABOT_OPEN_PULL_REQUESTS_LIMIT={Max_Pull_Requests} -e AZURE_ACCESS_TOKEN={Azure_Access_Token} -e AZURE_ORGANIZATION={Azure_Organization} -e AZURE_PROJECT={Azure_Project} -e AZURE_REPOSITORY={Azure_Repository} -e DEPENDABOT_DIRECTORY={update.directory} -e DEPENDABOT_EXTRA_CREDENTIALS={creds} -e DEPENDABOT_FAIL_ON_EXCEPTION=false -e DEPENDABOT_PACKAGE_MANAGER={update.packageEcosystem} ghcr.io/tinglesoftware/dependabot-updater:latest

Creds:
[{{"type":"nuget-feed","url":"<url>","token":"PAT:<pat>"}}]

@mburumaxwell
Copy link
Contributor

@YannickFuereder this is a known issue in version 1.25 you may want to use the older version (1.24)

Duplicate of #921

@mburumaxwell mburumaxwell closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants