From dd9771990c11eb9bf1236f11b1154ed99026eb58 Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Thu, 2 Nov 2023 16:19:11 +0100 Subject: [PATCH] :memo: Update dependabot must haves --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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