diff --git a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md index 5d43036d24..bca8088cb6 100644 --- a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md +++ b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md @@ -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. |