Skip to content

Commit

Permalink
docs: clarify 'target' option. (#106)
Browse files Browse the repository at this point in the history
Clarify that version `target` option also includes subordinate targets.
  • Loading branch information
Milesjpool authored Oct 22, 2021
1 parent 8c8e815 commit 5d98f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Only merge if the changed dependency version is a `minor`:
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
target: minor # includes patch updates!
github-token: ${{ secrets.mytoken }}
```

Expand Down

0 comments on commit 5d98f10

Please sign in to comment.