From e08fa96a143d283f7d945aaefdb55730c1fca082 Mon Sep 17 00:00:00 2001
From: Tom Kerkhove <kerkhove.tom@gmail.com>
Date: Sun, 24 Mar 2019 05:40:05 -0700
Subject: [PATCH] docs: Renovate configuration location (#3429)

Document where the Renovate configuration file can be stored.

Closes #3426
---
 website/docs/configuration-options.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md
index 92df32f83c..96668fcb6b 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.
 
-- 
GitLab