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

Provide packaged renovate-schema.json #13835

Closed
KnisterPeter opened this issue Jan 26, 2022 · 1 comment · Fixed by #17235
Closed

Provide packaged renovate-schema.json #13835

KnisterPeter opened this issue Jan 26, 2022 · 1 comment · Fixed by #17235
Labels
priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others status:in-progress Someone is working on implementation type:feature Feature (new functionality)

Comments

@KnisterPeter
Copy link

What would you like Renovate to be able to do?

We are using renovate with a self hosted version. We are using the npm package to run and integrate with renovate.
Unfortunately the renovate-schema.json is not part of the npm package and the hosted version on the docs page is always pointing to the latest.

If you have any ideas on how this should be implemented, please tell us here.

Would it be possible to make the created json schema for a commit to a part of the npm package?

Is this a feature you are interested in implementing yourself?

Maybe

@KnisterPeter KnisterPeter added priority-5-triage status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality) labels Jan 26, 2022
robertkowalski added a commit to robertkowalski/renovate that referenced this issue Aug 17, 2022
tools like vscode have great support for includeing a `"$schema"`
property in your json for code completion and validation.

usually that `$schema` prop points to
`https://docs.renovatebot.com/renovate-schema.json` but this is
always the *latest* version of renovate.

in self-hosted environments not always the latest version is used,
so this patch adds the schema file to the bundled package for
easier reuse.

closes renovatebot#13835
@HonkingGoose HonkingGoose added priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others status:in-progress Someone is working on implementation impact:small and removed priority-5-triage status:requirements Full requirements are not yet known, so implementation should not be started labels Aug 17, 2022
@renovate-release
Copy link
Collaborator

🎉 This issue has been resolved in version 32.164.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others status:in-progress Someone is working on implementation type:feature Feature (new functionality)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants