diff --git a/.github/workflows/dependabot-merge.yml b/.github/workflows/dependabot-merge.yml index f56d148..8d761db 100644 --- a/.github/workflows/dependabot-merge.yml +++ b/.github/workflows/dependabot-merge.yml @@ -1,12 +1,10 @@ -name: Dependabot Approve and Merge +name: Dependabot Approve on: - pull_request: - types: [opened] workflow_dispatch: schedule: # Run merges daily at 9am UTC - - cron: "0 9 * * Mon-Fri" + - cron: "0 9 * * Mon" # Notify supports for blocked PRs only monday 10am UTC - cron: "0 10 * * Mon"