From ff8bfb601187f0e6e0b8528449b9a4c326cb5522 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sat, 7 Jun 2025 06:52:32 +0200 Subject: [PATCH] Run dependabot on composite actions Signed-off-by: yubiuser --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce9b428..9e1ebf3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,9 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/login-repo/" schedule: interval: "weekly" day: saturday