From 687e3844c0904ac255f36abb8f59b63df2ceb95c Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Wed, 31 Jan 2024 09:50:39 -0600 Subject: Add GHA to dependabot Signed-off-by: Matthew Strapp --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 000d73e..9900085 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" -- cgit v1.2.3