Skip to content

Commit

Permalink
Add note to table
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Mar 14, 2021
1 parent ce08726 commit c72a5cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage/config-presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ An additional benefit of using source code hosting is that the same token/authen
| Local default | `local>abc/foo` | `default` | `https://github.company.com/abc/foo` | `default.json` or `renovate.json` |
| Local with preset path | `local>abc/foo//path/xyz` | `default` | `https://github.company.com/abc/foo` | `path/xyz.json` |

Note that you can't combine the path and sub-preset syntaxes (i.e. anything in the form `provider>owner/repo//path/to/file:subsubpreset`) is not supported. One workaround is to use distinct files instead of sub-presets.

## Example configs

An example of a small rule is `:preserveSemverRanges`, which has the description "Preserve (but continue to upgrade) any existing semver ranges".
Expand Down

0 comments on commit c72a5cc

Please sign in to comment.