Skip to content

Commit 82631ac

Browse files
authored
repo sync
2 parents 3693ca0 + 0694021 commit 82631ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/administering-a-repository/configuration-options-for-dependency-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ Available update strategies
654654

655655
| Option | Supported by | Action |
656656
|--------|--------------|--------|
657-
| `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. |
657+
| `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. |
658658
| `auto` | `bundler`, `cargo`, `composer`, `mix`, `npm`, `pip` | Follow the default strategy described above.|
659659
| `widen`| `composer`, `npm` | Relax the version requirement to include both the new and old version, when possible. |
660660
| `increase`| `bundler`, `composer`, `npm` | Always increase the version requirement to match the new version. |

0 commit comments

Comments
 (0)