From 6f027b112b67e9d4ddc76eca112a08ae0661e2b4 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Tue, 30 Jun 2020 03:52:36 +0200 Subject: [PATCH] docs: lockFileMaintenance + Gemfile.lock --- docs/usage/configuration-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 236305f98eb85d..29bcb6573b51db 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -10,7 +10,7 @@ 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` +- `.github/renovate.json5 - `.gitlab/renovate.json` - `.gitlab/renovate.json5` - `.renovaterc.json` @@ -662,7 +662,7 @@ By default, Renovate will use group names in Pull Request titles only when the P ## lockFileMaintenance -This feature can be used to refresh lock files and keep them up-to-date. "Maintaining" a lock file means recreating it so that every dependency version within it is updated to the latest. Supported lock files are `package-lock.json`, `yarn.lock`, `composer.lock` and `poetry.lock`. Others may be added via feature request. +This feature can be used to refresh lock files and keep them up-to-date. "Maintaining" a lock file means recreating it so that every dependency version within it is updated to the latest. Supported lock files are `package-lock.json`, `yarn.lock`, `composer.lock`, `Gemfile.lock` and `poetry.lock`. Others may be added via feature request. This feature is disabled by default. If you wish to enable this feature then you could add this to your configuration: