"lib/workers/repository/error.spec.ts" did not exist on "b5965c6285e5e60a11aa9d211d638b5447757aa1"
-
Rhys Arkins authored
Adds support for GitHub-hosted presets, using the `github>` prefix. Supports single preset per repository only. Example: ```json { "extends": ["github>renovatebot/renovate"] } ``` The above would extend the `renovate.json` inside this repository (probably not a good idea, but an example). Closes #2102, Closes #2312
Rhys Arkins authoredAdds support for GitHub-hosted presets, using the `github>` prefix. Supports single preset per repository only. Example: ```json { "extends": ["github>renovatebot/renovate"] } ``` The above would extend the `renovate.json` inside this repository (probably not a good idea, but an example). Closes #2102, Closes #2312