From 926c747b7ed8cb686bab272a7571e75d73fd947e Mon Sep 17 00:00:00 2001 From: John Andersen Date: Tue, 25 Jun 2024 09:36:02 -0700 Subject: [PATCH] house keeping: dependabot: Enable for .github/workflows/ --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70dc936fbd..3328bf52c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,9 +7,9 @@ updates: directory: / schedule: interval: "daily" - + - package-ecosystem: "github-actions" - directory: "/" + directory: "/.github/workflows/" schedule: interval: "daily"