diff --git a/README.md b/README.md index 03fa7ad1..0b4feba1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ In this section you can find examples of how to use template workflows. For more ### Auto-Merge Dependabot
-The action can be used to auto-merge a dependabot PR with minor and patch updates. +The action can be used to auto-merge a dependabot PR with minor and patch updates. +The action is called by creating a PR. +Dependabot must have ownership of the corresponding dependency files in order to be able to merge the PRs. ```yml name: Enable Dependabot Auto-Merge