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

[NuGet] [error]Registries: 'nuget-azure-devops,nuget-public' have not been referenced by any update #823

Closed
Rutix opened this issue Sep 22, 2023 · 2 comments

Comments

@Rutix
Copy link

Rutix commented Sep 22, 2023

Since the 21th of September our scheduled pipeline which checks each night for updates started failing. We are lost to the cause of this failure. The only error we are getting is:

##[error]Registries: 'nuget-azure-devops,nuget-public' have not been referenced by any update

Our .github/dependabot.yml looks like this:

version: 2
registries:
  nuget-azure-devops:
    type: 'nuget-feed'
    url: 'https://pkgs.dev.azure.com/{redacted}/_packaging/{redacted}/nuget/v3/index.json'
    token: ':${{azureDevOpsAccessToken}}'
  nuget-public:
    type: 'nuget-feed'
    url: 'https://api.nuget.org/v3/index.json'
updates:
  - package-ecosystem: 'nuget'
    directory: '/src'
    schedule:
      interval: 'daily'
    milestone: 48085
    ignore:
      - dependency-name: 'Microsoft.AspNetCore.*'
        update-types: ['version-update:semver-major']
      - dependency-name: 'Microsoft.VisualStudio.Web.CodeGeneration.Design'
        update-types: ['version-update:semver-major']

Do you have any pointers on what could be going wrong? Has there been a new update in recent days?

@mburumaxwell
Copy link
Contributor

mburumaxwell commented Sep 22, 2023

Read #813 and #781

@Rutix
Copy link
Author

Rutix commented Sep 22, 2023

Read #813

I did the search but on the open issues for that. Sorry about that :). I will check those issues, thanks for the fast reply.

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