From 279d40aa15a47c835a7ddd7f51c6b8e3c49ae79d Mon Sep 17 00:00:00 2001 From: Yeikel Date: Mon, 6 Mar 2023 15:38:28 -0500 Subject: [PATCH] Add github-actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1f0d08..61c651e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"