From d47da00478811c9bc7950c443e37c3693d740047 Mon Sep 17 00:00:00 2001 From: Juho Inkinen <34240031+juhoinkinen@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:46:13 +0300 Subject: [PATCH] Make Dependabot update also custom prepare action https://github.com/dependabot/dependabot-core/issues/6345 --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2390d8c80..41ff65e57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,9 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/.github/workflows" + - "/.github/actions/prepare" schedule: interval: "monthly" groups: