Skip to content

Commit 1298746

Browse files
Update configuration-options-for-the-dependabot.yml-file.md (#27239)
Co-authored-by: Courtney Wilson <[email protected]>
1 parent b4359c3 commit 1298746

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)