1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Merge pull request #40472 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-08-09 09:28:25 -05:00
committed by GitHub

View File

@@ -802,7 +802,7 @@ When {% data variables.product.prodname_dependabot %} edits a manifest file to u
| Option | Action |
|--------|--------|
| `auto` | Try to differentiate between between apps and libraries. Use `increase` for apps and `widen` for libraries.|
| `auto` | Try to differentiate between apps and libraries. Use `increase` for apps and `widen` for libraries.|
| `increase`| Always increase the minimum version requirement to match the new version. If a range already exists, typically this only increases the lower bound. |
| `increase-if-necessary` | Leave the constraint if the original constraint allows the new version, otherwise, bump the constraint. |
| `lockfile-only` | Only create pull requests to update lockfiles. Ignore any new versions that would require package manifest changes. |