diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 22c0f6a..aecfba4 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,12 +1,12 @@ # Caller owns on:. Pin at @v2. # schedule / workflow_dispatch squash-merge green Dependabot PRs. -# Public cron is */15 * * * *. Private callers use 0 */6 * * *. +# Daily cron 0 4 * * * (04:00 UTC). # Do not checkout the PR. Does not approve. name: Dependabot on: schedule: - - cron: '*/15 * * * *' + - cron: '0 4 * * *' workflow_dispatch: permissions: