We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
Server (please complete the following information):
The text was updated successfully, but these errors were encountered:
Please search for existing issues before creating new ones. See #813 and #823
Sorry, something went wrong.
My bad! I searched, but not with the correct terms. Closing this one
No branches or pull requests
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:
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):
Server (please complete the following information):
The text was updated successfully, but these errors were encountered: