From 0347ff5304259e5c8af8ec0c2f3da9d69ae000e8 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Fri, 17 Mar 2023 17:12:18 -0500 Subject: [PATCH] Enable Dependabot updates for GitHub Actions --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac81a766..5ef2310a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,8 @@ updates: directory: "/vue/" schedule: interval: "monthly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"