renovatebot/renovate

Add link to documentation site from JSON Schema

クローズ

#41,815 opened on 2026/03/11

 (1 件のコメント) (1 件のリアクション) (0 人の担当者)TypeScript (1,916 件のフォーク)batch import
core:docscore:json-schemahelp wantedpriority-3-medium

Repository metrics

Stars
 (14,066 個のスター)
PR merge metrics
 (平均マージ 2d 23h) (30d で 339 merged PRs)

説明

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)

コントリビューターガイド