-
Notifications
You must be signed in to change notification settings - Fork 45
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
Permit 'bun' for dependabot package-ecosystem #528
Comments
Looks like this comes from here:
Indeed https://json.schemastore.org/dependabot-2.0.json does not contain SchemaStore/schemastore#4463 raised - let's see if they merge that. |
…dabot See dependabot/dependabot-core#6528. Also temporarily deactivate check-jsonschema pre-commit, until python-jsonschema/check-jsonschema#528.
…dabot See dependabot/dependabot-core#6528. Also temporarily deactivate check-jsonschema pre-commit, until python-jsonschema/check-jsonschema#528.
Hi there! Yep, you've already figured out the situation. Schemas are vendored from schemastore (and some other places), so the way to get an update in is to get it altered upstream and then we can do an update+release here to get it updated. Looks like your SchemaStore PR already merged! I'll put out a release tomorrow to get this rolled out. I think the contributing doc doesn't say enough about the vendoring process, so I'll try to remember to come back to that and put in some text which hopefully can make this a bit easier for new contributors to pick up. |
Okay, this should now be available in v0.31.2! Thanks for contributing to schemastore. Let me know if you see any issues using it from here. |
dependabot/dependabot-core#6528 has introduced https://bun.sh to https://github.com/dependabot; see also https://github.blog/changelog/2025-02-13-dependabot-version-updates-now-support-the-bun-package-manager-ga/.
With (this project) https://github.com/python-jsonschema/check-jsonschema rev: 0.31.1 using
- package-ecosystem: "bun"
in a.github/dependabot.yml
causes:I'm guessing the schema for Dependabot might not be defined by this project, but imported? If you tell me where, I'm willing to try contributing a PR.
The text was updated successfully, but these errors were encountered: