From c885a85d8ef391a0abcca916cafdcd34801c0173 Mon Sep 17 00:00:00 2001 From: Daisuke Sato Date: Tue, 7 May 2024 00:31:10 +0900 Subject: [PATCH] ci: Update dependabot.yml to check composite actions --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ac463b..fcbb848 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,10 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/deploy" + - "/.github/actions/test" schedule: interval: "daily" - package-ecosystem: "docker"