From e072b83746bc3401e49ebd390765cacd88354328 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sun, 12 Mar 2023 06:42:42 +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: