From 1e2004c213583b92c1c1788c6ee55f5c89bc9ae2 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sun, 12 Mar 2023 06:41:23 +0100 Subject: [PATCH] Update dependabot.yml --- .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 2b00084..912da5e 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -3,8 +3,8 @@ name: PlatformIO Dependabot on: workflow_dispatch: schedule: - # Runs every Saturday at 00:00 - - cron: '0 0 * * 6' + # Runs every day at 00:00 + - cron: '0 0 * * *' jobs: dependabot: