renovatebot/renovate
Add link to documentation site from JSON Schema
Geschlossen
#41.815 geöffnet am 11.03.2026
core:docscore:json-schemahelp wantedpriority-3-medium
Repository-Metriken
- Stars
- (14.066 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 2T 23h) (339 gemergte PRs in 30 T)
Beschreibung
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)