Skip to content

Commit c96e6c3

Browse files
authored
fix(docker): restore daily Dependabot schedule (#5430)
## What changed Restores the Docker Dependabot cron expression to the known-good once-daily schedule. The `supabase/*` cooldown exclusion remains in place, so first-party Supabase Docker images can still update without the 7-day cooldown. ## Why The hourly cron expression may be rejected by GitHub Dependabot even though cron scheduling is documented. Using the existing daily cron shape avoids breaking Dependabot configuration while preserving the important first-party cooldown exemption.
1 parent 250bb9f commit c96e6c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ updates:
4242
directory: "/apps/cli-go/pkg/config/templates"
4343
schedule:
4444
interval: "cron"
45-
cronjob: "0 * * * *"
45+
cronjob: "0 0 * * *"
4646
commit-message:
4747
prefix: "fix(docker): "
4848
groups:

0 commit comments

Comments
 (0)