From a5479e6a920d13856150a5312a366e83ca5dc42b Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Fri, 17 Jun 2022 06:50:53 -0400 Subject: [PATCH] [#75] Run dependabot on composite workflows --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1230149..f48db3e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "github-actions" + directory: ".github/actions/setup/" + schedule: + interval: "daily" \ No newline at end of file