Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    048eb6bf
    feat: github-hosted presets (#2328) · 048eb6bf
    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
    048eb6bf
    History
    feat: github-hosted presets (#2328)
    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