From 17b53ca829aa847b080a5899029c6f6daef9b238 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Wed, 31 Jan 2024 14:01:17 -0600 Subject: [PATCH] Update dependabot to check github actions (#2826) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 219c13acb0..47f88349d4 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"