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

Referenced registries: '*' have not been configured in the root of dependabot.yml #826

Closed
robvangeloven opened this issue Sep 26, 2023 · 2 comments

Comments

@robvangeloven
Copy link

Describe the bug
Specifying registries as "" will give the error "Referenced registries: '' have not been configured in the root of dependabot.yml"

This worked in version 1.20.0

Possibly caused by change #781

To Reproduce
Using this dependabot.yml as config:

version: 2

registries:
  private:
    type: 'nuget-feed'
    url: '<private https feed>'
  public:
    type: 'nuget-feed'
    url: 'https://api.nuget.org/v3/index.json'

updates:
  - package-ecosystem: 'nuget'
    directory: '/Source'
    registries: "*"
    schedule:
      interval: 'daily'
    # Open PR against branch develop
    target-branch: 'develop'
    milestone: 12345

Expected behavior
According to the docs this should be a valid config: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#registries

Extension (please complete the following information):

  • Host: Azure DevOps
  • Version 1.21.0

Server (please complete the following information):

  • Region westeurope
  • Version 1.21.0
@mburumaxwell
Copy link
Contributor

Please search for existing issues before creating new ones.
See #813 and #823

@robvangeloven
Copy link
Author

My bad! I searched, but not with the correct terms. Closing this one

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