Skip to content

Commit 508c463

Browse files
authored
Merge pull request #40472 from github/repo-sync
Repo sync
2 parents 8adab0e + 1298746 commit 508c463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ When {% data variables.product.prodname_dependabot %} edits a manifest file to u
802802

803803
| Option | Action |
804804
|--------|--------|
805-
| `auto` | Try to differentiate between between apps and libraries. Use `increase` for apps and `widen` for libraries.|
805+
| `auto` | Try to differentiate between apps and libraries. Use `increase` for apps and `widen` for libraries.|
806806
| `increase`| Always increase the minimum version requirement to match the new version. If a range already exists, typically this only increases the lower bound. |
807807
| `increase-if-necessary` | Leave the constraint if the original constraint allows the new version, otherwise, bump the constraint. |
808808
| `lockfile-only` | Only create pull requests to update lockfiles. Ignore any new versions that would require package manifest changes. |

0 commit comments

Comments
 (0)