From 39c3d756df312a52ae759f65e23d87121f8a2c23 Mon Sep 17 00:00:00 2001 From: Tom Stovall Date: Tue, 14 Jan 2025 13:52:15 -0800 Subject: [PATCH] update to daily --- .github/workflows/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index b4a24a3..b348b15 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -2,9 +2,9 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - directory: ".github/workflows" + directory: "/" schedule: - interval: "weekly" + interval: "daily" open-pull-requests-limit: 10 commit-message: prefix: "ci"