Skip to content

Commit

Permalink
Make sure Dependabot updates run on a schedule
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bestavros <[email protected]>
  • Loading branch information
mbestavros committed Jul 8, 2024
1 parent ca40653 commit 518dcf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Dependabot auto-merge
on: pull_request
on:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 12 * * 0"

permissions:
contents: write
Expand Down

0 comments on commit 518dcf8

Please sign in to comment.