From 167f0b7c298afa4c5d4f14bc24e85aebbf65ff62 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03fa7ad1..77c06d8a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ In this section you can find examples of how to use template workflows. For more
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