-
- Downloads
feat: github-hosted presets (#2328)
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
Showing
- lib/config/presets.js 20 additions, 4 deletionslib/config/presets.js
- lib/datasource/github.js 24 additions, 0 deletionslib/datasource/github.js
- test/config/__snapshots__/presets.spec.js.snap 23 additions, 0 deletionstest/config/__snapshots__/presets.spec.js.snap
- test/config/presets.spec.js 3 additions, 0 deletionstest/config/presets.spec.js
- test/datasource/github.spec.js 31 additions, 0 deletionstest/datasource/github.spec.js
Loading
Please register or sign in to comment