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

feat: add renovate-schema.json to published package #17235

Merged
merged 5 commits into from
Aug 18, 2022

Commits on Aug 17, 2022

  1. feat: add renovate-schema.json to published package

    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
    robertkowalski committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2588575 View commit details
    Browse the repository at this point in the history
  2. use create-json-schema

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    robertkowalski and viceice committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    f4615c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8875204 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d628d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    9c2c649 View commit details
    Browse the repository at this point in the history