renovatebot/renovate

Add link to documentation site from JSON Schema

已關閉

#41,815 建立於 2026年3月11日

 (1 則留言) (1 個反應) (0 位負責人)TypeScript (1,916 個分叉)batch import
core:docscore:json-schemahelp wantedpriority-3-medium

倉庫指標

星標
 (14,066 顆星)
PR 合併指標
 (平均合併 2天 23小時) (30 天內合併 339 個 PR)

描述

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)

貢獻者指南