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: