From 32c01420d7e45ccf4ba3e163911a3577832d6d1d Mon Sep 17 00:00:00 2001
From: mohd hassaan <sr.hassan23@gmail.com>
Date: Sat, 4 May 2019 01:50:27 +0530
Subject: [PATCH] docs: Add renovate.json5 config file (#3635)

docs: Add json5 file type in config options
---
 website/docs/configuration-options.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md
index dc00ef3cf6..0a14583253 100644
--- a/website/docs/configuration-options.md
+++ b/website/docs/configuration-options.md
@@ -10,8 +10,10 @@ This document describes all the configuration options you may configure in a Ren
 You can store your Renovate configuration file in one of the following locations:
 
 - `.github/renovate.json`
+- `.github/renovate.json5`
 - `.renovaterc.json`
 - `renovate.json`
+- `renovate.json5`
 - `.renovaterc`
 - `package.json` _(within a `"renovate"` section)_
 
-- 
GitLab