From 1298746572fccab36581d23af3e477306081af36 Mon Sep 17 00:00:00 2001 From: Ihor Tymofieiev Date: Wed, 9 Aug 2023 17:00:19 +0300 Subject: [PATCH] Update configuration-options-for-the-dependabot.yml-file.md (#27239) Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com> --- .../configuration-options-for-the-dependabot.yml-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5d43036d2456..bca8088cb634 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. |