Commit c96e6c3
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments