From 31319686c9d92afc62fadef085f8b44a39f58ccf Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Fri, 19 Apr 2019 08:40:44 +0200 Subject: [PATCH] docs: add json5 config option --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 9b524ac675..e8c3048222 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -7,7 +7,7 @@ Configuration is supported via any or all of the below: - Configuration file - Environment - CLI -- `renovate.json`, `.github/renovate.json`, `.renovaterc.json`, or `.renovaterc` in target repository +- `renovate.json`, `renovate.json5`, `.github/renovate.json`, `.github/renovate.json5`, `.renovaterc.json`, or `.renovaterc` in target repository - `renovate` field of `package.json` in target repository The above are listed in reverse order of preference. i.e. `package.json` -- GitLab