Skip to content

Commit

Permalink
Update configuration-options-for-the-dependabot.yml-file.md (github#2…
Browse files Browse the repository at this point in the history
…7239)

Co-authored-by: Courtney Wilson <[email protected]>
  • Loading branch information
ihorTymofieiev and cmwilson21 authored Aug 9, 2023
1 parent b4359c3 commit 1298746
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 1298746

Please sign in to comment.