renovatebot/renovate

Add link to documentation site from JSON Schema

Open

#41815 opened on Mar 11, 2026

View on GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (14,066 stars) (1,916 forks)batch import
core:docscore:json-schemahelp wantedpriority-3-medium

Description

For each configuration option, we should add a link to the docs site, where there is usually more documentation for that given config option

i.e.

    "abandonmentThreshold": {
      "description": "Flags packages that have not been updated within this period as abandoned.\nSee also: https://docs.renovatebot.com/configuration-options/#abandonmentthreshold",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },

We'll need to make sure to route Repo or Self-Hosted config option to the correct page.

(There may be other fields we can use to surface this)

Contributor guide