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

Dependabot: Allow updates.registries to be the string "*" #3506

Conversation

kurtmckee
Copy link
Contributor

This PR resolves an oversight in the Dependabot 2.0 schema. According to the Dependabot documentation, the updates.registries key should be either an array of strings or:

You can allow all of the defined registries to be used by setting registries to "*"

The schema now aligns with the Dependabot documentation and examples.

Fixes #3502

Copy link
Contributor

github-actions bot commented Jan 9, 2024

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@madskristensen madskristensen merged commit 8ec54e6 into SchemaStore:master Jan 9, 2024
4 checks passed
@madskristensen
Copy link
Contributor

Thanks

@kurtmckee kurtmckee deleted the allow-stars-in-registries-issue-3502 branch January 9, 2024 19:19
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

Successfully merging this pull request may close these issues.

updates.registries should also accept "*" as value
2 participants