diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md index 92df32f83cbc88398f55294aee1fc09165f299c9..96668fcb6bbb49358a2a550a75733f1d03e3120e 100644 --- a/website/docs/configuration-options.md +++ b/website/docs/configuration-options.md @@ -5,7 +5,15 @@ description: Configuration Options usable in renovate.json or package.json # Configuration Options -This document describes all the configuration options you may configure in a `renovate.json` file or within a `"renovate"` section of your `package.json`. Any config you define applies to the whole repository (e.g. if you have a monorepo). +This document describes all the configuration options you may configure in a Renovate configuration file. Any config you define applies to the whole repository (e.g. if you have a monorepo). + +You can store your Renovate configuration file in one of the following locations: + +- `.github/renovate.json` +- `.renovaterc.json` +- `renovate.json` +- `.renovaterc` +- `package.json` _(within a `"renovate"` section)_ Also, be sure to check out Renovate's [shareable config presets](./config-presets/) to save yourself from reinventing any wheels.