mirror of https://github.com/renovatebot/renovate
c868ed0634 | ||
---|---|---|
.. | ||
__fixtures__ | ||
__snapshots__ | ||
common.ts | ||
index.spec.ts | ||
index.ts | ||
readme.md | ||
types.ts |
readme.md
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