From 0399f3798054c9c2b181b093b1e7ac0987271f81 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Tue, 16 Mar 2021 10:48:36 -0400 Subject: [PATCH] Docs: Dependabot configuration copy edit --- .../configuration-options-for-dependency-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/administering-a-repository/configuration-options-for-dependency-updates.md b/content/github/administering-a-repository/configuration-options-for-dependency-updates.md index efb5609671d9..f32c4595ead6 100644 --- a/content/github/administering-a-repository/configuration-options-for-dependency-updates.md +++ b/content/github/administering-a-repository/configuration-options-for-dependency-updates.md @@ -589,7 +589,7 @@ Available update strategies | Option | Supported by | Action | |--------|--------------|--------| -| `lockfile-only` | `bundler`, `cargo`, `composer`, `mix`, `npm`, `pip` | Only create pull requests to update lockfiles updates. Ignore any new versions that would require package manifest changes. | +| `lockfile-only` | `bundler`, `cargo`, `composer`, `mix`, `npm`, `pip` | Only create pull requests to update lockfiles. Ignore any new versions that would require package manifest changes. | | `auto` | `bundler`, `cargo`, `composer`, `mix`, `npm`, `pip` | Follow the default strategy described above.| | `widen`| `composer`, `npm` | Relax the version requirement to include both the new and old version, when possible. | | `increase`| `bundler`, `composer`, `npm` | Always increase the version requirement to match the new version. |