Skip to content

Commit

Permalink
docs: lockFileMaintenance + Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jun 30, 2020
1 parent d70b8c1 commit 6f027b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/configuration-options.md
Expand Up @@ -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

This comment has been minimized.

Copy link
@viceice

viceice Jun 30, 2020

Member

@rarkins This change looks wrong to me.

This comment has been minimized.

Copy link
@rarkins

rarkins Jun 30, 2020

Author Collaborator

Weird, thanks for noticing

- `.gitlab/renovate.json`
- `.gitlab/renovate.json5`
- `.renovaterc.json`
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 6f027b1

Please sign in to comment.