mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 21:48:32 +00:00
7 lines
355 B
Markdown
7 lines
355 B
Markdown
This datasource uses the following logic to determine lookup URLs:
|
|
|
|
- If the normalized registryUrl ends in `/simple/` or `/+simple/` then only the simple API will be tried
|
|
- Otherwise, the JSON API will be tried first
|
|
- If the JSON API returns a result, it will be used
|
|
- If the JSON API throws an error (e.g. 403, 404) then the simple API will be tried
|