From 4bd5c7fe93a06c193ca8fb3202cae6253e343de2 Mon Sep 17 00:00:00 2001 From: Samuel Cattini-Schultz Date: Fri, 25 Oct 2024 00:05:38 +1100 Subject: [PATCH] Add dependabot for github actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c07efc..8461cc3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,3 +32,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/.github/workflows" + schedule: + interval: "daily"